Skip to content

Commit f0ea304

Browse files
authored
Increment go version to 1.24.2 (#234)
* Increment go version to 1.24.2 * Debug go-linting * go update * linter version change * * * removing debugs * add eof new line
1 parent 919f9fc commit f0ea304

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.21.13
1+
golang 1.24.2

bitrise.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bitrise-io/envman/v2
22

3-
go 1.22
3+
go 1.24.2
44

55
require (
66
github.com/bitrise-io/go-utils v1.0.13

0 commit comments

Comments
 (0)