chore(ci): add go 1.17

This commit is contained in:
Sebastian Beisch
2022-03-04 11:05:03 +01:00
committed by Felix Wiedmann
parent c5f993e7de
commit ea2fbfba3d

View File

@@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
go: ["1.16"]
go: ["1.16", "1.17"]
name: Build with go version ${{ matrix.go }}
runs-on: ubuntu-latest
steps:
@@ -53,7 +53,7 @@ jobs:
docker tag nightapes/go-semantic-release:development-${{matrix.go}} docker.pkg.github.com/nightapes/go-semantic-release/go-semantic-release:development-${{matrix.go}}
docker push docker.pkg.github.com/nightapes/go-semantic-release/go-semantic-release:development-${{matrix.go}}
- uses: actions/upload-artifact@v1
if: matrix.go == '1.16'
if: matrix.go == '1.17'
with:
name: build
path: build