Skip to content

Commit 38b4247

Browse files
committed
fix: go version in action
1 parent 9397da4 commit 38b4247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
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.20'
22+
go-version: '1.23'
2323

2424
- name: Test
2525
run: make gotest

0 commit comments

Comments
 (0)