Skip to content

Commit d3c9f39

Browse files
committed
update workflows
1 parent 1515759 commit d3c9f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Install Go!
3838
- uses: actions/setup-go@v3
3939
with:
40-
go-version: "~1.22"
40+
go-version: "~1.23"
4141

4242
# Check for Go linting errors!
4343
- name: Lint Go

.github/workflows/release.yaml

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

5858
- uses: actions/setup-go@v3
5959
with:
60-
go-version: "~1.22"
60+
go-version: "~1.23"
6161

6262
- name: Go Cache Paths
6363
id: go-cache-paths

0 commit comments

Comments
 (0)