Skip to content

Commit 5b32fd4

Browse files
committed
chore go 1.23 is required
1 parent b65758f commit 5b32fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.22.8
21+
go-version: 1.23.0
2222
- name: Install gotestsum
2323
shell: bash
2424
run: go install gotest.tools/gotestsum@latest

0 commit comments

Comments
 (0)