Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Pin goimports to v0.24.0 #757

Merged
merged 5 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: install-tackle
uses: konveyor/tackle2-operator/.github/actions/install-tackle@main
with:
operator-bundle-image: quay.io/konveyor/tackle2-operator-bundle:v0.5.3
tackle-hub-image: tackle2-hub:latest
tackle-image-pull-policy: IfNotPresent

Expand All @@ -95,5 +96,9 @@ jobs:
needs: test-e2e
uses: konveyor/ci/.github/workflows/global-ci.yml@main
with:
tag: release-0.5
operator_tag: v0.5.3
api_tests_ref: release-0.5
run_ui_tests: false
component_name: tackle2-hub
api_hub_tests_ref: ${{ github.ref }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $(CONTROLLERGEN):

# Ensure goimports installed.
$(GOIMPORTS):
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/cmd/goimports@v0.24.0

# Build SAMPLE ADDON
addon: fmt vet
Expand Down
Loading