Skip to content

Commit

Permalink
build: Upgrade from Go 1.20 to Go 1.21 (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Aug 28, 2023
1 parent a4d5fec commit 8be0e2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.7'
go-version: '1.21.0'
- run: go build ./...

darwin-build:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.7'
go-version: '1.21.0'
- run: go build ./...

build:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.7'
go-version: '1.21.0'

- name: gotestsum
run: go install gotest.tools/gotestsum@latest
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.7'
go-version: '1.21.0'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...
- run: govulncheck ./...

0 comments on commit 8be0e2f

Please sign in to comment.