We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9397da4 commit 38b4247Copy full SHA for 38b4247
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: '1.20'
+ go-version: '1.23'
23
24
- name: Test
25
run: make gotest
0 commit comments