mirror of
https://github.com/matrix-org/pinecone.git
synced 2026-01-11 19:46:30 +00:00
Update go version in CI
This commit is contained in:
parent
9e16ae8477
commit
0b58977907
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pinecone.yml
vendored
6
.github/workflows/pinecone.yml
vendored
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue