chore(deps): bump golangci/golangci-lint-action from 2.5.2 to 3.3.1 (#226)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2.5.2 to 3.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.5.2...v3.3.1)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-19 23:06:17 +01:00
committed by GitHub
parent 1aff765e9f
commit 5bf7f5ac00
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with:
go-version: ${{ steps.go-version.outputs.go-version }}
- name: Lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.31
- name: Unit tests