-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix to go 1.20.5 to avoid any issues with recent breaking changes
Signed-off-by: Joe Kimmel <[email protected]>
- Loading branch information
1 parent
0580136
commit 062e8da
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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: | | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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: | | ||
|