Skip to content

Commit 1eed4a6

Browse files
committed
Bump Go version to 1.23
Bump Go to `1.23` in GitHub Actions for tests and builds.
1 parent 7fdc005 commit 1eed4a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-build.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@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/release-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.22.x
25+
go-version: 1.23.x
2626

2727
- name: Create release
2828
uses: actions/create-release@v1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.22.x
22+
go-version: 1.23.x
2323

2424
- name: Check out code into the Go module directory
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)