Skip to content

Bump github.com/google/generative-ai-go from 0.16.0 to 0.19.0 #186

Bump github.com/google/generative-ai-go from 0.16.0 to 0.19.0

Bump github.com/google/generative-ai-go from 0.16.0 to 0.19.0 #186

Workflow file for this run

name: Run Linter
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.22.0]
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Run golangci-lint
uses: golangci/[email protected]