We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0708067 commit a84752fCopy full SHA for a84752f
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Go
17
uses: actions/setup-go@v5
18
with:
19
- go-version: 1.20
+ go-version: 'stable'
20
check-latest: true
21
- name: Build
22
run: make build
0 commit comments