Skip to content

Commit 8be0e2f

Browse files
authored
build: Upgrade from Go 1.20 to Go 1.21 (#2665)
1 parent a4d5fec commit 8be0e2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.20.7'
15+
go-version: '1.21.0'
1616
- run: go build ./...
1717

1818
darwin-build:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-go@v4
2424
with:
25-
go-version: '1.20.7'
25+
go-version: '1.21.0'
2626
- run: go build ./...
2727

2828
build:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-go@v4
5555
with:
56-
go-version: '1.20.7'
56+
go-version: '1.21.0'
5757

5858
- name: gotestsum
5959
run: go install gotest.tools/gotestsum@latest
@@ -92,6 +92,6 @@ jobs:
9292
- uses: actions/checkout@v3
9393
- uses: actions/setup-go@v4
9494
with:
95-
go-version: '1.20.7'
95+
go-version: '1.21.0'
9696
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
97-
- run: govulncheck ./...
97+
- run: govulncheck ./...

0 commit comments

Comments
 (0)