diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index b8d87d2..4eda9e6 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -13,9 +13,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: set up go ${{ matrix.version }} - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: - version: v1.43 + version: v1.45 - name: golangci-lint run: golangci-lint run - name: tests diff --git a/.golangci.yaml b/.golangci.yaml index 71c5d7d..249a3f4 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -148,6 +148,6 @@ run: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.44.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.45.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" \ No newline at end of file