diff --git a/.buildkite/acceptance_pipeline.yml b/.buildkite/acceptance_pipeline.yml index 34a2ebeee..89d1ac503 100755 --- a/.buildkite/acceptance_pipeline.yml +++ b/.buildkite/acceptance_pipeline.yml @@ -3,6 +3,6 @@ steps: key: "acceptance-tests" command: .buildkite/acceptance.sh agents: - image: "docker.io/library/golang:1.21" + image: "docker.io/library/golang:1.22" cpu: "8" memory: "4G" diff --git a/.buildkite/release_pipeline.yml b/.buildkite/release_pipeline.yml index 781462f69..c4d31349d 100644 --- a/.buildkite/release_pipeline.yml +++ b/.buildkite/release_pipeline.yml @@ -2,6 +2,6 @@ steps: - label: ":rocket: Release" command: .buildkite/release.sh agents: - image: "docker.io/library/golang:1.21" + image: "docker.io/library/golang:1.22" cpu: "8" memory: "4G" diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 94451f0ff..7d47bced0 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 id: go - name: Bump main version @@ -64,7 +64,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 id: go - name: Bump main version diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c174a4da1..66b95b570 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index f7fe86eb3..e8b208359 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/terraform-provider-ec -go 1.21 +go 1.22 require ( github.com/blang/semver v3.5.1+incompatible