Skip to content

Commit

Permalink
fix to go 1.20.5 to avoid any issues with recent breaking changes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Kimmel <[email protected]>
  • Loading branch information
joe-kimmel-vmw committed Jul 20, 2023
1 parent 0580136 commit 062e8da
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: 'go.mod'
go-version: '1.20.5'
- name: Install jq
run: |
mkdir -p deps/bin
Expand All @@ -48,8 +47,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: 'go.mod'
go-version: '1.20.5'
- name: Test
run: |
make format || true
Expand All @@ -68,8 +66,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: 'go.mod'
go-version: '1.20.5'
- name: Add runner IP to daemon insecure-registries and firewall
shell: powershell
run: |
Expand Down Expand Up @@ -118,8 +115,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: 'go.mod'
go-version: '1.20.5'
- name: Install Cosign
uses: sigstore/[email protected]
with:
Expand Down Expand Up @@ -255,8 +251,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 +292,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 062e8da

Please sign in to comment.