We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20c073 commit e80b63dCopy full SHA for e80b63d
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v2
17
with:
18
- go-version: 1.11
+ go-version: 1.14
19
20
- name: Build
21
run: go build -v .
0 commit comments