Skip to content

Commit cf024e2

Browse files
authored
deps: upgrade to Go 1.22.4 to fix vulnerabilities (#62)
1 parent d2c6eba commit cf024e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
1212
with:
13-
go-version: "1.21.10"
13+
go-version: "1.22.4"
1414
secrets:
1515
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1616
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
build:
1717
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
1818
with:
19-
go-version: "1.21.10"
19+
go-version: "1.22.4"

0 commit comments

Comments
 (0)