Skip to content

Commit

Permalink
Pin goimports version to 0.24.0
Browse files Browse the repository at this point in the history
The latest version requires Go 1.22.
  • Loading branch information
swiatekm committed Sep 27, 2024
1 parent c0dd67c commit 08ae31a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ create_workspace() {

install_go_dependencies() {
local install_packages=(
"github.com/magefile/mage"
"github.com/elastic/go-licenser"
"golang.org/x/tools/cmd/goimports"
"github.com/jstemmer/go-junit-report"
"gotest.tools/gotestsum"
"github.com/magefile/mage@latest"
"github.com/elastic/go-licenser@latest"
"golang.org/x/tools/cmd/goimports@1.24"
"github.com/jstemmer/go-junit-report@latest"
"gotest.tools/gotestsum@latest"
)
for pkg in "${install_packages[@]}"; do
go install "${pkg}@latest"
Expand Down

0 comments on commit 08ae31a

Please sign in to comment.