We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcca31 commit 77f815dCopy full SHA for 77f815d
.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.5"
+ go-version: "1.22.7"
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