Skip to content

Commit 8ebabaf

Browse files
committed
upgrade Go to 1.22
1 parent 884e930 commit 8ebabaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: ">=1.18"
23+
go-version: ">=1.22"
2424
- run: go version
2525
- name: Build
2626
run: make build
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-go@v5
3535
with:
36-
go-version: '1.20'
36+
go-version: '1.22'
3737
cache: false
3838
- name: golangci-lint
3939
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)