We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8039c77 commit a400019Copy full SHA for a400019
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,9 @@ jobs:
18
19
- name: Set up Go
20
uses: actions/setup-go@v6
21
+ with:
22
+ go-version: 'stable'
23
+ check-latest: true
24
25
- name: Test
26
run: go test -v ./...
0 commit comments