Skip to content

Commit

Permalink
[action] Add go 1.17 to test matrix and use 1.17 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Sep 7, 2021
1 parent b884a29 commit 014fe52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.15', '1.16' ]
go: [ '1.15', '1.16', '1.17' ]
steps:
-
name: Checkout
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: APT Install
id: aptInstall
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Install cosign
uses: sigstore/cosign-installer@v1.1.0
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Build
id: build
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Build
id: build
Expand Down

0 comments on commit 014fe52

Please sign in to comment.