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 231b483 commit c1ca6bfCopy full SHA for c1ca6bf
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Set up Go
29
uses: actions/setup-go@v2
30
with:
31
- go-version: 1.14
+ go-version: 1.16
32
-
33
name: Import GPG key
34
id: import_gpg
.github/workflows/unit-tests.yaml
@@ -7,7 +7,7 @@ jobs:
7
tests:
8
strategy:
9
matrix:
10
- go-version: [1.14.x, 1.15.x]
+ go-version: [1.14.x, 1.15.x, 1.16.x]
11
platform: [ubuntu-latest]
12
runs-on: ${{ matrix.platform }}
13
steps:
0 commit comments