We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf069b commit 9e7b1f2Copy full SHA for 9e7b1f2
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v4
22
with:
23
- go-version: '1.20'
+ go-version: '1.23'
24
25
- name: Test
26
run: make
0 commit comments