Skip to content

Commit 4590f59

Browse files
authored
revert go version changes
1 parent d2ee0be commit 4590f59

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/base-binary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup Go
9696
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9797
with:
98-
go-version: "~1.25.0"
98+
go-version: "~1.24"
9999

100100
- name: Log into Docker.io
101101
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0

.github/workflows/base-ci-binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Go
5656
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5757
with:
58-
go-version: "~1.25.0"
58+
go-version: "~1.24"
5959

6060
- name: Check GoReleaser
6161
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Setup Go
8787
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8888
with:
89-
go-version: "~1.25.0"
89+
go-version: "~1.24"
9090
check-latest: true
9191

9292
- name: Create artifacts directory to store build artifacts

.github/workflows/base-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9494
with:
95-
go-version: "~1.25.0"
95+
go-version: "~1.24"
9696
check-latest: true
9797

9898
- name: Set nightly enabled
@@ -213,7 +213,7 @@ jobs:
213213
214214
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
215215
with:
216-
go-version: "~1.25.0"
216+
go-version: "~1.24"
217217
check-latest: true
218218

219219
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3636
with:
37-
go-version: "~1.25.0"
37+
go-version: "~1.24"
3838
cache: false
3939
- name: Cache Go
4040
id: go-cache

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3535
with:
36-
go-version: "~1.25.0"
36+
go-version: "~1.24"
3737
check-latest: true
3838

3939
- name: Tidy go.mod files

0 commit comments

Comments
 (0)