Skip to content

Commit

Permalink
Pin to 1.19.9
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed May 5, 2023
1 parent b9480a1 commit 48348d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '^1.19.9'
go-version: '1.19.9'
- name: Install jq
run: |
mkdir -p deps/bin
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '^1.19.9'
go-version: '1.19.9'
- name: Test
run: |
make format || true
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '^1.19.9'
go-version: '1.19.9'
- name: Add runner IP to daemon insecure-registries and firewall
shell: powershell
run: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '^1.19.9'
go-version: '1.19.9'
- name: Install Cosign
uses: sigstore/cosign-installer@v1.0.0
with:
Expand Down

0 comments on commit 48348d7

Please sign in to comment.