Skip to content

Commit

Permalink
try goroot
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 7, 2024
1 parent c023244 commit 8814262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export GOARCH=
go install golang.org/dl/go1.22.7@latest
go1.22.7 download
GOROOT="$(go1.22.7 env GOROOT)"
PATH="$GOPATH/bin:$PATH"
PATH="$GOROOT/bin:$PATH"
export GOROOT
export PATH
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1
Expand Down

0 comments on commit 8814262

Please sign in to comment.