We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c6eba commit cf024e2Copy full SHA for cf024e2
.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.21.10"
+ go-version: "1.22.4"
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