Skip to content

Commit 8384efa

Browse files
committed
Pin golang to v1.19.13
1 parent d5bbc3f commit 8384efa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
uses: actions/checkout@v2
99
- uses: actions/setup-go@v2
1010
with:
11-
go-version: "^1.19"
11+
go-version: "1.19.13"
1212
- run: make docker-build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Push Image
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: "^1.19"
28+
go-version: "1.19.13"
2929
- run: make release-manifests docker-push
3030
env:
3131
IMG: ${{ steps.prep.outputs.image }}

0 commit comments

Comments
 (0)