Skip to content

Commit

Permalink
force pack acceptance tests to build with a version of go that can st…
Browse files Browse the repository at this point in the history
…ill make HTTP requests to docker daemon (#1158)

Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
  • Loading branch information
joe-kimmel-vmw authored and natalieparellano committed Aug 3, 2023
1 parent bfc5cda commit 02e9a56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: 'pack/go.mod'
go-version: '1.20.5'
- uses: actions/download-artifact@v2
with:
name: version
Expand Down Expand Up @@ -297,8 +296,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: 'pack/go.mod'
go-version: '1.20.5'
- name: Add runner IP to daemon insecure-registries and firewall
shell: powershell
run: |
Expand Down

0 comments on commit 02e9a56

Please sign in to comment.