From 08ea6f832ad17612852500da4422d600cc31d3ae Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:12:20 +0000 Subject: [PATCH 1/2] chore(deps): update docker.io/library/golang docker tag to v1.22 --- .buildkite/acceptance_pipeline.yml | 2 +- .buildkite/release_pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" From de531a491b6d5aa67152f99dbd1e962ad7d01940 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Tue, 6 Aug 2024 19:43:41 +1000 Subject: [PATCH 2/2] Bump go version --- .github/workflows/branch.yml | 4 ++-- .github/workflows/go.yml | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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