diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06e7a8545..37bbb9131 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 313933113..3ac8226d4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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: | diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 389ae1fae..adeb434f3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 @@ -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) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8cfefd0f..e06b58327 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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) diff --git a/go.mod b/go.mod index 58d592bd8..8e8685113 100644 --- a/go.mod +++ b/go.mod @@ -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