Skip to content

Commit 2bcc873

Browse files
updateclibot[bot]updatecliolblak
authored
deps: Bump Golang version to 1.25.0 (#120)
* chore: deps(github-action): Bump Golang version to 1.25.0 Made with ❤️️ by updatecli * chore: deps(gomod): Bump Golang version to 1.25.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io> Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent 7a414fb commit 2bcc873

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-go@v5.5.0
2525
with:
2626
cache: false
27-
go-version: 1.24.6
27+
go-version: 1.25.0
2828
id: go
2929
- name: Check out code into the Go module directory
3030
uses: actions/checkout@v4.2.2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-go@v5.5.0
2929
with:
3030
cache: false
31-
go-version: 1.24.6
31+
go-version: 1.25.0
3232
id: go
3333
- name: Install GoReleaser
3434
uses: goreleaser/goreleaser-action@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/releasepost
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)