Skip to content

Commit

Permalink
Update go version in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedt committed May 11, 2023
1 parent 90ef468 commit fa76505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
with:
go-version: "~1.19"
go-version: "~1.20"
- uses: "authzed/action-spicedb@v1"
- uses: "authzed/actions/go-test@main"
with:
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
with:
go-version: "~1.19"
go-version: "~1.20"
- name: "Install Go Tools"
run: "./hack/install-tools.sh"
- uses: "authzed/actions/buf-generate@main"

0 comments on commit fa76505

Please sign in to comment.