Skip to content

Commit aef1a88

Browse files
committed
ci-test: Append build Go version to artifact
Also, append ".x" to Go version number matrix to ensure the latest PATCH version is fetched.
1 parent 8efb8c6 commit aef1a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
99
strategy:
1010
matrix:
11-
go-version: ['1.15', '1.16', '1.17']
11+
go-version: ['1.15.x', '1.16.x', '1.17.x']
1212
env:
1313
GO111MODULE: on # Needed for github.com/google/go-github/v38
1414

@@ -48,5 +48,5 @@ jobs:
4848
- name: Upload dh-make-golang test run as artifact
4949
uses: actions/upload-artifact@v2
5050
with:
51-
name: dh-make-golang_test-run
51+
name: dh-make-golang_test-run_go${{ matrix.go-version }}
5252
path: _test-run

0 commit comments

Comments
 (0)