Skip to content

Commit 969941b

Browse files
authored
Update go.yml
1 parent 2782f47 commit 969941b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: ["1.20.x", "1.21.x", "1.22.0-rc.2"]
19+
go: ["1.21.x", "1.22.x"]
2020
include:
21-
- go: 1.21.x
21+
- go: 1.22.x
2222

2323
steps:
2424
- name: Checkout code
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-go@v4
5454
name: Set up Go
5555
with:
56-
go-version: 1.21.x
56+
go-version: 1.22.x
5757
cache: false # managed by golangci-lint
5858

5959
- uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)