diff options
author | dependabot[bot] | 2024-04-29 22:43:04 +0200 |
---|---|---|
committer | GitHub | 2024-04-29 22:43:04 +0200 |
commit | 2d047f8e3311f6dee952c6f63f3f2f311bc9ee37 (patch) | |
tree | c495b8b45305099d43f07525d15a5ad723dd2c0b | |
parent | chore(deps): updated dependencies (diff) | |
download | terraform-provider-eventline-2d047f8e3311f6dee952c6f63f3f2f311bc9ee37.tar.gz terraform-provider-eventline-2d047f8e3311f6dee952c6f63f3f2f311bc9ee37.tar.bz2 terraform-provider-eventline-2d047f8e3311f6dee952c6f63f3f2f311bc9ee37.zip |
Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (#37)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/82d40c283aeb1f2b6595839195e95c2d6a49081b...9d1e0624a798bb64f6c3cea93db47765312263dc)
---
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>
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 bf862a5..5c454be 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@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0 + uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0 with: version: latest |