We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdda12 commit 1dbd46aCopy full SHA for 1dbd46a
.github/workflows/merge.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
15
- - name: Set up Go 1.15
+ - name: Set up Go 1.16
16
uses: actions/setup-go@v2
17
with:
18
- go-version: ^1.15
+ go-version: ^1.16
19
20
- name: Check out code into the Go module directory
21
uses: actions/checkout@v2
.github/workflows/pre-main.yml
@@ -14,10 +14,10 @@ jobs:
22
23
0 commit comments