Skip to content

Commit

Permalink
move to golangci-lint 1.61.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Sep 30, 2024
1 parent 121b5c1 commit ce8bb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: 'stable'
cache: false

# Install TinyGo
Expand Down
3 changes: 1 addition & 2 deletions scripts/gbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ if [ "$#" -ne 1 ]; then
fi

echo "Install golangci-lint in folder: $1/bin"
#curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0

golangci-lint --version

Expand Down

0 comments on commit ce8bb0f

Please sign in to comment.