Skip to content

Commit

Permalink
build: tidy up remaining references to env and go_version (#370)
Browse files Browse the repository at this point in the history
In ab90d1e we moved to relying on the
go version in go.mod. I forgot to fix a couple of spots.

Signed-off-by: Jan Fajerski <[email protected]>
  • Loading branch information
jan--f authored Oct 12, 2023
1 parent f651e67 commit 9392adf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/olm-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
fetch-depth: 0

- name: Import common environment variables
run: cat ".github/env" >> $GITHUB_ENV

- name: publish
uses: ./.github/olm-publish
env:
Expand All @@ -28,4 +25,3 @@ jobs:
with:
quay_login: ${{ secrets.QUAY_LOGIN }}
quay_token: ${{ secrets.QUAY_TOKEN }}
go-version: ${{ env.go-version }}
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
with:
quay_login: ${{ secrets.QUAY_LOGIN }}
quay_token: ${{ secrets.QUAY_TOKEN }}
go-version: ${{ env.go-version }}

create-github-prerelease:
needs:
Expand Down

0 comments on commit 9392adf

Please sign in to comment.