Skip to content

Commit

Permalink
Pin golang to v1.19.13
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Nov 29, 2024
1 parent d5bbc3f commit 8384efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.19"
go-version: "1.19.13"
- run: make docker-build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Push Image
uses: actions/setup-go@v2
with:
go-version: "^1.19"
go-version: "1.19.13"
- run: make release-manifests docker-push
env:
IMG: ${{ steps.prep.outputs.image }}
Expand Down

0 comments on commit 8384efa

Please sign in to comment.