Skip to content

Commit

Permalink
Build with go 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling committed Nov 3, 2021
1 parent 3d461d5 commit b530e53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Print Go Version
run: go version
- name: Import GPG key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.16]
go-version: [1.17]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-cli:
runs-on: macos-latest
timeout-minutes: 360
timeout-minutes: 720
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Print Go Version
run: go version
- name: Decrypt Secrets
Expand All @@ -37,7 +37,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_KEY }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
timeout-minutes: 340
timeout-minutes: 720
with:
version: latest
args: release --rm-dist --skip-validate --parallelism=2
Expand Down

0 comments on commit b530e53

Please sign in to comment.