Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #834 from darkowlzz/update-go-version-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox authored May 10, 2021
2 parents 591e8e2 + cd646ec commit 1bd0c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}
- uses: actions/setup-go@v2
with:
go-version: '1.14.2'
go-version: '1.16.3'
- name: Build binaries for ${{ env.GOARCH }}
run: make ignite ignite-spawn ignited bin/${{ env.GOARCH }}/Dockerfile GO_MAKE_TARGET=local GOARCH=${{ env.GOARCH }}
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-go-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.14.2'
go-version: '1.16.3'
- name: Update dependencies
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand Down

0 comments on commit 1bd0c1e

Please sign in to comment.