We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da13aff commit 118f5abCopy full SHA for 118f5ab
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
release:
11
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
12
with:
13
- go-version: "1.22.11"
+ go-version: "1.22.12"
14
secrets:
15
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
16
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/test.yml
@@ -16,4 +16,4 @@ jobs:
build:
17
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
18
19
0 commit comments