Skip to content

Commit

Permalink
deps: Bump Golang version to 1.23.4 (#132)
Browse files Browse the repository at this point in the history
* chore: deps(gomod): Bump Golang version to 1.23.4

Made with ❤️️ by updatecli

* chore: deps(github-action): Bump Golang version to 1.23.4

Made with ❤️️ by updatecli

---------

Co-authored-by: updatecli <[email protected]>
  • Loading branch information
updateclibot[bot] and updatecli authored Dec 9, 2024
1 parent 0d97c7f commit 18f0bbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/updatecli/udash

go 1.23.3
go 1.23.4

require (
github.com/auth0/go-jwt-middleware/v2 v2.2.2
Expand Down

0 comments on commit 18f0bbf

Please sign in to comment.