Skip to content
Merged
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
7 changes: 4 additions & 3 deletions .github/olm-publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ inputs:
runs:
using: composite
steps:
- name: Clean Go module cache
- name: Check Go version
id: go-version
shell: bash
run: |
go clean -modcache
rm -rf ~/go/pkg/mod
go version
- name: Setup Go environment
uses: actions/setup-go@v5
if: steps.go-version.outcome == 'failure'
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down
Loading