Skip to content

Commit

Permalink
✨ Pin goimports to v0.24.0 (#757)
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray authored Oct 11, 2024
1 parent 16c65e8 commit 312a82e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit 312a82e

Please sign in to comment.