Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.22 (#833)
Browse files Browse the repository at this point in the history
* chore(deps): update docker.io/library/golang docker tag to v1.22

* Bump go version

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Toby Brain <toby.brain@elastic.co>
  • Loading branch information
elastic-renovate-prod[bot] and tobio authored Aug 6, 2024
1 parent d95dcdb commit d6e5f14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .buildkite/acceptance_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .buildkite/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6e5f14

Please sign in to comment.