diff options
author | dependabot[bot] | 2024-10-04 10:37:16 +0200 |
---|---|---|
committer | GitHub | 2024-10-04 10:37:16 +0200 |
commit | 1ead0f6df62e1b8490ee57afdb4ced3f80d4e25f (patch) | |
tree | 85ce9a968032452b404fe428648686dd0abfb305 /.github/workflows/test.yml | |
parent | Preparing for release (diff) | |
download | terraform-provider-eventline-1ead0f6df62e1b8490ee57afdb4ced3f80d4e25f.tar.gz terraform-provider-eventline-1ead0f6df62e1b8490ee57afdb4ced3f80d4e25f.tar.bz2 terraform-provider-eventline-1ead0f6df62e1b8490ee57afdb4ced3f80d4e25f.zip |
chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#62)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/aaa42aa0628b4ae2578232a66b541047968fac86...971e284b6050e8a5849b72094c50ab08da042db8)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ad6ed4..d059f9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - run: go mod download - run: go build -v . - name: Run linters - uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 + uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 with: version: latest |