File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- golang 1.21.13
1+ golang 1.24.2
Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ workflows:
2929 #!/usr/bin/env bash
3030 set -ex
3131
32- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
32+ INSTALL_DIR=$(go env GOPATH)/bin
33+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$INSTALL_DIR" v1.64.8
3334 asdf reshim golang
34- golangci-lint run
35+ "$INSTALL_DIR"/ golangci-lint run
3536 - go-test : { }
3637
3738 run_integration_tests :
Original file line number Diff line number Diff line change 11module github.com/bitrise-io/envman/v2
22
3- go 1.22
3+ go 1.24.2
44
55require (
66 github.com/bitrise-io/go-utils v1.0.13
You can’t perform that action at this time.
0 commit comments