diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index adf0a04..ac1ac1c 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -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 diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 24f4002..163be16 100644 --- a/scripts/gbash.sh +++ b/scripts/gbash.sh @@ -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