Skip to content

Commit 291966e

Browse files
authored
chore: Finish bumping go's version to 1.23. (#99)
This was overlooked in 71c288e (#39). This didn't cause any problems that I noticed, but I thought it was odd that the github actions weren't using the version advertised in the readme.
1 parent bb2569d commit 291966e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: "1.21"
25+
go-version: "1.23"
2626

2727
- name: Build
2828
run: go build -v .

.github/workflows/publish-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v3
3232
with:
33-
go-version: "1.21"
33+
go-version: "1.23"
3434

3535
- name: Build
3636
run: go build -v .

0 commit comments

Comments
 (0)