Skip to content

Commit 822bd08

Browse files
committed
Bump Go version to 1.23
Bump Go to `1.23` in GitHub Actions for tests and builds.
1 parent 451f3d4 commit 822bd08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.22.x
25+
go-version: 1.23.x
2626

2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v6

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.22.x
21+
go-version: 1.23.x
2222

2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v6

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.22.x
26+
go-version: 1.23.x
2727

2828
- name: Setup Go build cache
2929
uses: actions/cache@v4

0 commit comments

Comments
 (0)