diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d2cb52..cdea918 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,10 @@ jobs: with: go-version: '1.23' - - name: Lint + - name: Install golangci-lint + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2 + + - name: Run golangci-lint run: golangci-lint run ./... - name: Build