Skip to content

Commit 5f1d12a

Browse files
updateclibot[bot]updatecli
andauthored
deps: Bump Golang version to 1.25.1 (#293)
* chore: deps(gomod): Bump Golang version to 1.25.1 Made with ❤️️ by updatecli * chore: deps(github-action): Bump Golang version to 1.25.1 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent 36ac4ab commit 5f1d12a

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.25.0
23+
go-version: 1.25.1
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.25.0
29+
go-version: 1.25.1
3030
id: go
3131
- name: Install GoReleaser
3232
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.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.25.0
29+
go-version: 1.25.1
3030
id: go
3131
- name: Install GoReleaser
3232
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.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.25.0
3+
go 1.25.1
44

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

0 commit comments

Comments
 (0)