Skip to content

Commit

Permalink
Upgrading the go version in build files (#474)
Browse files Browse the repository at this point in the history
* updating the go version in build files

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

* Updating go version

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

---------

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>
  • Loading branch information
Adarshkumar14 committed Jul 18, 2023
1 parent de73ffd commit 6819a4b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.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.19
go-version: 1.20.0

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

# Checkout to the latest commit
# On specific directory/path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20.0

- name: Setting up GOPATH
run: |
Expand Down
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.19
go-version: 1.20.0

# 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.19
go-version: 1.20.0

#Install and configure a kind cluster
- name: Installing Prerequisites (K3S Cluster)
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.19
go-version: 1.20.0

# 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.19
go-version: 1.20.0

#Install and configure a kind cluster
- name: Installing Prerequisites (K3S Cluster)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/litmuschaos/chaos-operator

go 1.19
go 1.20

require (
cloud.google.com/go v0.81.0 // indirect
Expand Down

0 comments on commit 6819a4b

Please sign in to comment.