Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/magician/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module magician

go 1.24.0
go 1.25

replace github.com/GoogleCloudPlatform/magic-modules/tools/issue-labeler => ../../tools/issue-labeler

Expand Down
2 changes: 1 addition & 1 deletion .ci/unit-tests/gcb-membership-checker-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
steps:
- name: 'golang:1.24'
- name: 'golang:1.25'
args:
- '-c'
- |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-downstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
mmv1/go.mod
tpgtools/go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
mmv1/go.mod
tpgtools/go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
repo/tools/go-changelog/go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-service-team-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
tools/issue-labeler/go.mod
- name: Build issue-labeler
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
- name: gofmt
run: |
GOFMT_OUTPUT="$(gofmt -l .)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/magician-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.read-comment.outputs.match != ''
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
.ci/magician/go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/request-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
.ci/magician/go.mod
- name: Build magician
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-pr-reminders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
.ci/magician/go.mod
- name: Build magician
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
- name: Build Terraform Google Conversion
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-tpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
- name: Build Provider
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-magician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
.ci/magician/go.mod
- name: Run magician unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-mmv1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
repo/mmv1/go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
tgc/go.mod

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/unit-test-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'

- name: Build diff-processor with TPG
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
tools/go-changelog/go.mod

Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
tools/issue-labeler/go.mod

Expand All @@ -98,7 +98,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
tools/template-check/go.mod

Expand All @@ -120,7 +120,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'
cache-dependency-path: |
tools/test-reader/go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-tpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.24'
go-version: '^1.25'

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bazel_dep(name = "gazelle", version = "0.47.0")
bazel_dep(name = "bazel_skylib", version = "1.8.2")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.24.0")
go_sdk.download(version = "1.25.0")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_work = "//:go.work")
Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/docs

go 1.24
go 1.25

require (
github.com/alex-shpak/hugo-book/v12 v12.0.1-0.20250927134827-c58c73a59c10 // indirect
Expand Down
2 changes: 1 addition & 1 deletion mmv1/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/mmv1

go 1.24.0
go 1.25.0

require (
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
Expand Down
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/.go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24
1.25
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-google

go 1.24.0
go 1.25.0

require (
cloud.google.com/go/auth v0.18.1
Expand Down
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/scripts/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hashicorp/terraform-provider-google/scripts

go 1.24
go 1.25
2 changes: 1 addition & 1 deletion mmv1/third_party/tgc_next/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/terraform-google-conversion/v7

go 1.24.0
go 1.25.0

require (
cloud.google.com/go/storage v1.52.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/doctor
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if [ $found -eq 0 ]; then
else
version=($(go version))
version=${version[2]}
if [[ "$version" < "go1.24.0" ]]; then
if [[ "$version" < "go1.25.0" ]]; then
exitcode=1
warn "yel" " $version is installed, but go 1.24 or later is required. See https://golang.org/doc/install for information on installing it."
warn "yel" " $version is installed, but go 1.25 or later is required. See https://golang.org/doc/install for information on installing it."
fi
if [[ -z "${GOPATH}" ]]; then
exitcode=1
Expand Down
2 changes: 1 addition & 1 deletion tools/diff-processor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/diff-processor

go 1.24
go 1.25

replace google/provider/old => ./old

Expand Down
4 changes: 1 addition & 3 deletions tools/go-changelog/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hashicorp/go-changelog

go 1.24.0

toolchain go1.24.8
go 1.25.0

require (
github.com/go-git/go-billy/v5 v5.6.2
Expand Down
2 changes: 1 addition & 1 deletion tools/issue-labeler/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/issue-labeler

go 1.24
go 1.25

require (
github.com/golang/glog v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion tools/teamcity-diff-check/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/teamcity-diff-check

go 1.24
go 1.25
2 changes: 1 addition & 1 deletion tools/teamcity-generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/teamcity-generator

go 1.24
go 1.25

require golang.org/x/text v0.11.0
3 changes: 1 addition & 2 deletions tools/template-check/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/template-check

go 1.24.0

go 1.25.0

require (
github.com/google/go-cmp v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion tools/test-reader/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/test-reader

go 1.24
go 1.25

require (
github.com/hashicorp/hcl/v2 v2.20.1
Expand Down
2 changes: 1 addition & 1 deletion tpgtools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tpgtools

go 1.24
go 1.25

require (
bitbucket.org/creachadair/stringset v0.0.11
Expand Down
Loading