Skip to content

Commit

Permalink
Update dependency go to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent e02ddaf commit e4694f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-get-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.4 # datasource=golang-version depName=go
go-version: 1.23.4 # datasource=golang-version depName=go

- name: Go get update
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.4 # datasource=golang-version depName=go
go-version: 1.23.4 # datasource=golang-version depName=go

- name: Go mod tidy
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.4 # datasource=golang-version depName=go
go-version: 1.23.4 # datasource=golang-version depName=go

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.4 # datasource=golang-version depName=go
go-version: 1.23.4 # datasource=golang-version depName=go

- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
Expand Down
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ plugins:
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- go@1.21.3 # datasource=golang-version depName=go
- go@1.23.4 # datasource=golang-version depName=go
- [email protected]
- [email protected]

0 comments on commit e4694f1

Please sign in to comment.