Skip to content

Commit 39c527a

Browse files
committed
CI: use Go 1.22
1 parent 11eab61 commit 39c527a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-go@v5
1919
name: Set up Go
2020
with:
21-
go-version: 1.21.x
21+
go-version: 1.22.x
2222
cache: false # managed by golangci-lint
2323

2424
- uses: golangci/golangci-lint-action@v4
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: ["ubuntu-latest"]
54-
go: ["1.20.x", "1.21.x"]
54+
go: ["1.21.x", "1.22.x"]
5555

5656
steps:
5757
- name: Checkout code

0 commit comments

Comments
 (0)