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