Skip to content

Commit ea2fbfb

Browse files
Nightapesfwiedmann
authored andcommitted
chore(ci): add go 1.17
1 parent c5f993e commit ea2fbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
go: ["1.16"]
11+
go: ["1.16", "1.17"]
1212
name: Build with go version ${{ matrix.go }}
1313
runs-on: ubuntu-latest
1414
steps:
@@ -53,7 +53,7 @@ jobs:
5353
docker tag nightapes/go-semantic-release:development-${{matrix.go}} docker.pkg.github.com/nightapes/go-semantic-release/go-semantic-release:development-${{matrix.go}}
5454
docker push docker.pkg.github.com/nightapes/go-semantic-release/go-semantic-release:development-${{matrix.go}}
5555
- uses: actions/upload-artifact@v1
56-
if: matrix.go == '1.16'
56+
if: matrix.go == '1.17'
5757
with:
5858
name: build
5959
path: build

0 commit comments

Comments
 (0)