We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5768f1f commit 7cce3cfCopy full SHA for 7cce3cf
.github/workflows/release.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
release:
11
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
12
+ with:
13
+ go-version: "1.20.10"
14
secrets:
15
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
16
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/test.yml
@@ -13,3 +13,5 @@ on:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
17
0 commit comments