diff options
author | dependabot[bot] | 2023-08-15 21:46:16 +0200 |
---|---|---|
committer | GitHub | 2023-08-15 21:46:16 +0200 |
commit | 7a9dd47c95ec99af4d4df97e5646aee1b9178aef (patch) | |
tree | 832028565182a6fedcd3e910cda55d0c0af49d42 /.github | |
parent | Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (#6) (diff) | |
download | terraform-provider-eventline-7a9dd47c95ec99af4d4df97e5646aee1b9178aef.tar.gz terraform-provider-eventline-7a9dd47c95ec99af4d4df97e5646aee1b9178aef.tar.bz2 terraform-provider-eventline-7a9dd47c95ec99af4d4df97e5646aee1b9178aef.zip |
Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#7)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/639cd343e1d3b897ff35927a75193d57cfcba299...3a919529898de77ec3da873e3063ca4b10e7f5cc)
---
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>
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 bb18396..738481e 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@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 + uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: version: latest |