Skip to content

Commit

Permalink
Merge pull request #62 from catatsuy/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency golang to v1.23.4
  • Loading branch information
catatsuy authored Dec 21, 2024
2 parents 324c6dc + a0bad77 commit 6687e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.23.3
go-version-input: 1.23.4
go-package: ./...

0 comments on commit 6687e2e

Please sign in to comment.