Skip to content

Commit 625b4bb

Browse files
updateclibot[bot]updatecli
andauthored
deps: Bump Golang version to 1.25.0 (#264)
* chore: deps(gomod): Bump Golang version to 1.25.0 Made with ❤️️ by updatecli * chore: deps(github-action): Bump Golang version to 1.25.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent aed6e84 commit 625b4bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2222
with:
23-
go-version: 1.24.6
23+
go-version: 1.25.0
2424
id: go
2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/release-sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
with:
29-
go-version: 1.24.6
29+
go-version: 1.25.0
3030
id: go
3131
- name: Install GoReleaser
3232
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
with:
29-
go-version: 1.24.6
29+
go-version: 1.25.0
3030
id: go
3131
- name: Install GoReleaser
3232
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/updatecli/udash
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/auth0/go-jwt-middleware/v2 v2.3.0

0 commit comments

Comments
 (0)