We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b2a74 commit 1b7ef2aCopy full SHA for 1b7ef2a
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.15
+ go-version: 1.16
20
21
- name: Test
22
run: go test -v ./...
0 commit comments