diff options
author | dependabot[bot] | 2024-02-10 00:15:19 +0100 |
---|---|---|
committer | GitHub | 2024-02-10 00:15:19 +0100 |
commit | 6289dfe10b8700295b8a98b1011880327f555e19 (patch) | |
tree | 8cf2235f51d95e9ec7f26186a6d167d1b1580494 /.github | |
parent | Updated dependencies (diff) | |
download | terraform-provider-eventline-6289dfe10b8700295b8a98b1011880327f555e19.tar.gz terraform-provider-eventline-6289dfe10b8700295b8a98b1011880327f555e19.tar.bz2 terraform-provider-eventline-6289dfe10b8700295b8a98b1011880327f555e19.zip |
Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#26)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/3a919529898de77ec3da873e3063ca4b10e7f5cc...3cfe3a4abbb849e10058ce4af15d205b6da42804)
---
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>
Diffstat (limited to '.github')
-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 5a79cdd..eab3dc1 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@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 + uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0 with: version: latest |