Skip to content

Commit 037ef4e

Browse files
authored
Merge pull request #41 from alexkohler/fix-build
[chore] Bump build/test version to go1.23
2 parents 9c6ea90 + 2a64421 commit 037ef4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/setup-go@v1
1111
with:
12-
go-version: 1.18.x
12+
go-version: 1.23.x
1313
- uses: actions/checkout@v2
1414
- name: Build
1515
run: go build ./...

0 commit comments

Comments
 (0)