Skip to content

Commit 285525b

Browse files
authored
Bump go version for CI
1 parent 519f73b commit 285525b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.22'
1919

2020
- name: Build
2121
run: go build -v ./...
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v4
3030
with:
31-
go-version: '1.20'
31+
go-version: '1.22'
3232

3333
- name: Verify modfile
3434
run: go mod verify
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v4
5555
with:
56-
go-version: '1.20'
56+
go-version: '1.22'
5757

5858
- name: Test
5959
run: go test -v ./...

0 commit comments

Comments
 (0)