Skip to content

Commit

Permalink
Revert "Bump to version 1.19.9 when we build the lifecycle"
Browse files Browse the repository at this point in the history
We didn't actually release this on release/0.16.2, it was a
commit intended for release/0.16.3.

This reverts commit fa1037d.
  • Loading branch information
natalieparellano committed May 5, 2023
1 parent fa1037d commit 48b523a
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@v4
uses: actions/setup-go@v3
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@v4
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version: '>=1.19.9'
- 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@v4
uses: actions/setup-go@v3
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@v4
uses: actions/setup-go@v3
with:
go-version: '>=1.19.9'
go-version-file: 'go.mod'
- 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@v4
uses: actions/setup-go@v3
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@v4
uses: actions/setup-go@v3
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@v4
- uses: actions/setup-go@v3
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@v4
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Install crane
Expand Down

0 comments on commit 48b523a

Please sign in to comment.