From fe9eeaa51a22da1063730dbabc15adde12368e3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:09:07 +0100 Subject: [PATCH] deps: update dependency go to v1.24.1 (#1100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.23.6` -> `1.24.1` | --- ### Release Notes
golang/go (go) ### [`v1.24.1`](https://redirect.github.com/golang/go/compare/go1.24.0...go1.24.1) ### [`v1.24.0`](https://redirect.github.com/golang/go/compare/go1.23.6...go1.24.0) ### [`v1.23.7`](https://redirect.github.com/golang/go/compare/go1.23.6...go1.23.7)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/terraform-provider-hcloud). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: phm07 <22707808+phm07@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- .gitlab-ci.yml | 4 ++-- go.mod | 2 +- tools/go.mod | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8532e8aa4..8960d7769 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.23" + go-version: "1.24" - name: Import GPG key id: import_gpg diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8fb6eea65..cc49ffc40 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.23" + go-version: "1.24" - uses: golangci/golangci-lint-action@v6 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9363d9168..a461681ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.23" + go-version: "1.24" - run: go test -v -timeout=30s -parallel=8 -coverprofile=coverage.txt -coverpkg=./... ./... @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.23" + go-version: "1.24" - uses: hetznercloud/tps-action@main diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa4d1fe86..e26677fcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ cache: build: stage: build - image: golang:1.23 + image: golang:1.24 script: - go env - go mod download @@ -35,6 +35,6 @@ test:lint: test:unit: stage: test - image: golang:1.23 + image: golang:1.24 script: - make test diff --git a/go.mod b/go.mod index 65026fafe..aa3948865 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hetznercloud/terraform-provider-hcloud go 1.22.0 -toolchain go1.23.6 +toolchain go1.24.1 require ( github.com/Masterminds/sprig v2.22.0+incompatible diff --git a/tools/go.mod b/tools/go.mod index 0ccb17352..6e065fc66 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module tools go 1.22.7 -toolchain go1.23.6 +toolchain go1.24.1 require github.com/hashicorp/terraform-plugin-docs v0.20.1