Skip to content

Commit

Permalink
fix: Increase version of golangci-lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matovidlo committed Nov 20, 2024
1 parent 81654a4 commit f4ae785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if ! command -v golangci-lint &> /dev/null
then
# Disabled due to issues with windows curl command not working
# Related to https://github.com/keboola/keboola-as-code/pull/1818/commits/df23a4e2855557a01460593f7d6ba59b5dc8825c
# curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$GOBIN" v1.58.0
# curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$GOBIN" v1.61.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
fi

Expand Down

0 comments on commit f4ae785

Please sign in to comment.