From 02e9a563eb309f6d92e7cc677fde3d1accf84642 Mon Sep 17 00:00:00 2001 From: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:08:50 -0700 Subject: [PATCH] force pack acceptance tests to build with a version of go that can still make HTTP requests to docker daemon (#1158) Signed-off-by: Joe Kimmel --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 148131b76..7b0ff323d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: |