diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-06 22:36:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 22:36:03 +0300 |
commit | e067316226b60474f6c028b43ee31a4e88b4de17 (patch) | |
tree | de4ab3ca457593dbf1d839b82559aa7657d1058a /.github/workflows | |
parent | 49b9c3b1a9570bbcc8bc5d65d0821a535679d8c5 (diff) | |
download | radiorus-rss-e067316226b60474f6c028b43ee31a4e88b4de17.tar.gz radiorus-rss-e067316226b60474f6c028b43ee31a4e88b4de17.zip |
Bump golangci/golangci-lint-action from 3.1.0 to 3.3.1 (#32)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.3.1)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/golangci-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ab0ad96..79edecc 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3.1.0 + uses: golangci/golangci-lint-action@v3.3.1 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest |