Skip to content

Commit

Permalink
Bump to version 1.19.9 when we build the lifecycle
Browse files Browse the repository at this point in the history
and upgrade actions/setup-go everywhere

Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed May 5, 2023
1 parent 935e666 commit fa1037d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Install jq
Expand All @@ -41,9 +41,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '>=1.19.9'
go-version-file: 'go.mod'
- name: Test
run: |
make format || true
Expand All @@ -58,7 +58,7 @@ jobs:
git config --global core.symlinks true
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Add runner IP to daemon insecure-registries and firewall
Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
with:
fetch-depth: 0 # fetch all history for all branches and tags
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
go-version: '>=1.19.9'
- name: Install Cosign
uses: sigstore/cosign-installer@v1.0.0
with:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
ref: 'main'
fetch-depth: 0 # fetch all history for all branches and tags
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'pack/go.mod'
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
ref: 'main'
fetch-depth: 0 # fetch all history for all branches and tags
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'pack/go.mod'
- name: Add runner IP to daemon insecure-registries and firewall
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Read go versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Install crane
Expand Down

0 comments on commit fa1037d

Please sign in to comment.