diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index f2a549c..eaf8d1c 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -1,24 +1 @@ -name: Go Linter - -on: - push: - paths: - - '**.go' - pull_request: - paths: - - '**.go' - -jobs: - golangci: - name: lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: '1.21' - cache: false - - name: golangci-lint - uses: golangci/golangci-lint-action@v4 - with: - version: v1.56.0 +17f6188be87fb2e09e9e \ No newline at end of file