We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0f51e commit 4294fcfCopy full SHA for 4294fcf
.github/workflows/test.yml
@@ -6,7 +6,8 @@ jobs:
6
steps:
7
- uses: actions/setup-go@v2
8
with:
9
- go-version: '1.15'
+ stable: false
10
+ go-version: '1.16beta1'
11
12
- uses: actions/checkout@v2
13
0 commit comments