Skip to content

Commit 94f6329

Browse files
committed
chore: raised go version to 1.19
1 parent 6ec9341 commit 94f6329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@master
1414
with:
15-
go-version: 1.17.x
15+
go-version: 1.19.x
1616

1717
- name: Inject slug/short variables
1818
uses: rlespinasse/github-slug-action@v4
@@ -53,4 +53,4 @@ jobs:
5353
--platform linux/amd64,linux/arm64 \
5454
--build-arg VERSION=pr-${GITHUB_REF_SLUG//-merge/} \
5555
--push \
56-
-t ${DOCKER_REPO}:pr-${GITHUB_REF_SLUG//-merge/} .
56+
-t ${DOCKER_REPO}:pr-${GITHUB_REF_SLUG//-merge/} .

0 commit comments

Comments
 (0)