We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec9341 commit 94f6329Copy full SHA for 94f6329
1 file changed
.github/workflows/pr.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go
13
uses: actions/setup-go@master
14
with:
15
- go-version: 1.17.x
+ go-version: 1.19.x
16
17
- name: Inject slug/short variables
18
uses: rlespinasse/github-slug-action@v4
@@ -53,4 +53,4 @@ jobs:
53
--platform linux/amd64,linux/arm64 \
54
--build-arg VERSION=pr-${GITHUB_REF_SLUG//-merge/} \
55
--push \
56
- -t ${DOCKER_REPO}:pr-${GITHUB_REF_SLUG//-merge/} .
+ -t ${DOCKER_REPO}:pr-${GITHUB_REF_SLUG//-merge/} .
0 commit comments