diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 928b38e2..b0df2110 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,13 +18,13 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: go.mod + go-version: stable - name: Install golangci-lint shell: bash run: | bin=$(mktemp -d) curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \ - sh -s -- -b "$bin" v1.47.2 + sh -s -- -b "$bin" v1.59.1 echo "$bin" >>$GITHUB_PATH - name: Run golangci-lint shell: bash