Skip to content

Commit a5e105f

Browse files
updateclibot[bot]updatecliolblak
authored
deps: Bump Golang version to 1.25.7 (#348)
* chore: deps(github-action): Bump Golang version to 1.25.7 Made with ❤️️ by updatecli * chore: deps(gomod): Bump Golang version to 1.25.7 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io> Co-authored-by: Olivier Vernin <me@olblak.com>
1 parent 373a145 commit a5e105f

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3131
with:
3232
cache: false
33-
go-version: 1.25.5
33+
go-version: 1.25.7
3434
id: go
3535
- name: Check out code into the Go module directory
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/release-sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3535
with:
36-
go-version: 1.25.5
36+
go-version: 1.25.7
3737
id: go
3838
- name: Install GoReleaser
3939
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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3535
with:
36-
go-version: 1.25.5
36+
go-version: 1.25.7
3737
id: go
3838
- name: Install GoReleaser
3939
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.5
3+
go 1.25.7
44

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

0 commit comments

Comments
 (0)