diff options
author | dependabot[bot] | 2024-04-26 23:34:42 +0200 |
---|---|---|
committer | GitHub | 2024-04-26 23:34:42 +0200 |
commit | 8daa49c0c5327017260e6733c292c9bef5d5a434 (patch) | |
tree | ce07fd3ed5c0b850dfb1af310d3a2c4c9aca2f7c | |
parent | Bump actions/checkout from 4.1.3 to 4.1.4 (#35) (diff) | |
download | terraform-provider-eventline-8daa49c0c5327017260e6733c292c9bef5d5a434.tar.gz terraform-provider-eventline-8daa49c0c5327017260e6733c292c9bef5d5a434.tar.bz2 terraform-provider-eventline-8daa49c0c5327017260e6733c292c9bef5d5a434.zip |
Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#36)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/3cfe3a4abbb849e10058ce4af15d205b6da42804...82d40c283aeb1f2b6595839195e95c2d6a49081b)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 9f69bd9..bf862a5 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@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0 + uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0 with: version: latest |