Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to go 1.20.5 to avoid any issues with recent breaking changes #1156

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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