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 8efb8c6 commit aef1a88Copy full SHA for aef1a88
.github/workflows/ci-test.yml
@@ -8,7 +8,7 @@ jobs:
8
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
9
strategy:
10
matrix:
11
- go-version: ['1.15', '1.16', '1.17']
+ go-version: ['1.15.x', '1.16.x', '1.17.x']
12
env:
13
GO111MODULE: on # Needed for github.com/google/go-github/v38
14
@@ -48,5 +48,5 @@ jobs:
48
- name: Upload dh-make-golang test run as artifact
49
uses: actions/upload-artifact@v2
50
with:
51
- name: dh-make-golang_test-run
+ name: dh-make-golang_test-run_go${{ matrix.go-version }}
52
path: _test-run
0 commit comments