Skip to content

Commit

Permalink
deps: upgrade to Go 1.22.4 to fix vulnerabilities (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Jun 9, 2024
1 parent 21dba01 commit 0a85435
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 @@ -11,7 +11,7 @@ jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
with:
go-version: "1.22.3"
go-version: "1.22.4"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version: "1.22.3"
go-version: "1.22.4"

0 comments on commit 0a85435

Please sign in to comment.