diff options
author | dependabot[bot] | 2024-05-09 20:23:36 +0200 |
---|---|---|
committer | GitHub | 2024-05-09 20:23:36 +0200 |
commit | 52bc0a6797a163a9cc509f6b74d3666119b6b1a2 (patch) | |
tree | aea2eb9f97891ff77f8a29f1056b335abe3324dc /.github | |
parent | Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#43) (diff) | |
download | terraform-provider-eventline-52bc0a6797a163a9cc509f6b74d3666119b6b1a2.tar.gz terraform-provider-eventline-52bc0a6797a163a9cc509f6b74d3666119b6b1a2.tar.bz2 terraform-provider-eventline-52bc0a6797a163a9cc509f6b74d3666119b6b1a2.zip |
Bump golangci/golangci-lint-action from 5.1.0 to 6.0.1 (#44)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/9d1e0624a798bb64f6c3cea93db47765312263dc...a4f60bb28d35aeee14e6880718e0c85ff1882e64)
---
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 2ce15aa..49b4069 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@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0 + uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 with: version: latest |