Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@@ -40,7 +40,7 @@ runs:
- name: Setup Go
uses: actions/setup-go@v3
with:
- go-version: "1.21"
+ go-version: "1.23"
- name: Find the Go Cache
id: go
@@ -7,7 +7,7 @@ permissions:
env:
# Common versions
- GO_VERSION: '1.21'
+ GO_VERSION: '1.23'
GINKGO_VERSION: 'v2.8.0'
DOCKER_BUILDX_VERSION: 'v0.4.2'
@@ -14,7 +14,7 @@ name: e2e tests
KIND_VERSION: 'v0.17.0'
@@ -42,7 +42,7 @@ jobs:
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
# 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 :/
@@ -1,6 +1,6 @@
module github.com/external-secrets/external-secrets-e2e
-go 1.23.4
+go 1.23.6
replace (
github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0
module github.com/external-secrets/external-secrets
replace github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0