Skip to content

Commit 0a3e8b8

Browse files
Bump go version to 1.23 in workflow
1 parent 764a730 commit 0a3e8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Go
3333
uses: actions/setup-go@v4
3434
with:
35-
go-version: '1.20'
35+
go-version: '1.23'
3636

3737
- name: Build
3838
run: go build -v ./...

0 commit comments

Comments
 (0)