We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e6752 commit 147b9eeCopy full SHA for 147b9ee
.github/workflows/go-build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-go@v2
13
with:
14
stable: 'true'
15
- go-version: '^1.16.1'
+ go-version: '^1.19.1'
16
- name: build
17
run: |
18
go install github.com/mitchellh/gox@latest
0 commit comments