Skip to content

Commit c24fec3

Browse files
committed
ci: change go version
1 parent 6c62ac1 commit c24fec3

File tree

5 files changed

+196
-262
lines changed

5 files changed

+196
-262
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: 1.20.14
27+
go-version: 1.22.9
2828

2929
- name: Lint Go Code
3030
run: |
3131
export PATH=$PATH:$(go env GOPATH)/bin
32-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
32+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3
3333
make ci-lint
3434
3535
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v4
4747
with:
48-
go-version: 1.20.14
48+
go-version: 1.22.9
4949

5050
- name: Run Unit tests
5151
run: make test
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Go
7474
uses: actions/setup-go@v4
7575
with:
76-
go-version: 1.20.14
76+
go-version: 1.22.9
7777

7878
- name: Build
7979
run: make build && make build-sponge

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.20.14
21+
go-version: 1.22.9
2222

2323
- name: Create release on GitHub
2424
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)