Skip to content

Commit 3c931ec

Browse files
authored
fix(deps): update go-version to v1.22.7 fix #95 (#96)
1 parent f759dd1 commit 3c931ec

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
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
1313
with:
14-
go-version: "1.22.5"
14+
go-version: "1.22.7"
1515
secrets:
1616
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
build:
1616
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
1717
with:
18-
go-version: "1.22.5"
18+
go-version: "1.22.7"

0 commit comments

Comments
 (0)