Skip to content

Commit

Permalink
Merge pull request #168 from uditgaurav/go_version_for_release
Browse files Browse the repository at this point in the history
Update go version to 1.17 for release build
  • Loading branch information
uditgaurav authored Dec 15, 2021
2 parents 521d624 + 5469b60 commit a764c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17.5

# Checkout to the latest commit
# On specific directory/path
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17.5

- name: Build chaos-runner image
run: make build-amd64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17.5

# Checkout to the latest commit
# On specific directory/path
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17.5

#Install and configure a kind cluster
- name: Installing Prerequisites (K3S Cluster)
Expand Down

0 comments on commit a764c00

Please sign in to comment.