Browse Source

chore: update go version to 1.23.6 (#4420)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 1 year ago
parent
commit
215aada37c

+ 1 - 1
.github/actions/e2e-managed/action.yml

@@ -40,7 +40,7 @@ runs:
     - name: Setup Go
     - name: Setup Go
       uses: actions/setup-go@v3
       uses: actions/setup-go@v3
       with:
       with:
-        go-version: "1.21"
+        go-version: "1.23"
 
 
     - name: Find the Go Cache
     - name: Find the Go Cache
       id: go
       id: go

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -7,7 +7,7 @@ permissions:
 
 
 env:
 env:
   # Common versions
   # Common versions
-  GO_VERSION: '1.21'
+  GO_VERSION: '1.23'
   GINKGO_VERSION: 'v2.8.0'
   GINKGO_VERSION: 'v2.8.0'
   DOCKER_BUILDX_VERSION: 'v0.4.2'
   DOCKER_BUILDX_VERSION: 'v0.4.2'
 
 

+ 1 - 1
.github/workflows/e2e.yml

@@ -14,7 +14,7 @@ name: e2e tests
 
 
 env:
 env:
   # Common versions
   # Common versions
-  GO_VERSION: '1.21'
+  GO_VERSION: '1.23'
   GINKGO_VERSION: 'v2.8.0'
   GINKGO_VERSION: 'v2.8.0'
   DOCKER_BUILDX_VERSION: 'v0.4.2'
   DOCKER_BUILDX_VERSION: 'v0.4.2'
   KIND_VERSION: 'v0.17.0'
   KIND_VERSION: 'v0.17.0'

+ 1 - 1
.github/workflows/update-deps.yml

@@ -42,7 +42,7 @@ jobs:
     - name: Setup Go
     - name: Setup Go
       uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
       uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
       with:
       with:
-        go-version: "1.21"
+        go-version: "1.23"
 
 
       # we can not use the default GHA token, as it prevents subsequent GHA
       # we can not use the default GHA token, as it prevents subsequent GHA
       # from running: we can create a PR but the tests won't run :/
       # from running: we can create a PR but the tests won't run :/

+ 1 - 1
e2e/go.mod

@@ -1,6 +1,6 @@
 module github.com/external-secrets/external-secrets-e2e
 module github.com/external-secrets/external-secrets-e2e
 
 
-go 1.23.4
+go 1.23.6
 
 
 replace (
 replace (
 	github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0
 	github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/external-secrets/external-secrets
 module github.com/external-secrets/external-secrets
 
 
-go 1.23.4
+go 1.23.6
 
 
 replace github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0
 replace github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0