Skip to content

Commit

Permalink
Update go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Aug 9, 2023
1 parent 9e16ae8 commit 0b58977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pinecone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: "stable"

- name: Build Pinecone
run: go build -v ./...
Expand Down

0 comments on commit 0b58977

Please sign in to comment.