diff --git a/Justfile b/Justfile index dca3534..a40c676 100644 --- a/Justfile +++ b/Justfile @@ -2,7 +2,7 @@ set shell := ["bash", "-u", "-c"] export scripts := ".github/workflows/scripts" export GOBIN := `echo $PWD/.bin` -export GOTOOLCHAIN := 'go1.24.5' +export GOTOOLCHAIN := 'go1.25.6' # show available commands [private] @@ -50,5 +50,5 @@ lint: vet # locally install build dependencies [group('build')] init: - go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.3.0 + go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0