aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2025-02-17 22:30:56 +0100
committerGitHub2025-02-17 22:30:56 +0100
commit7145ba1971fac627bd6fd06cdd2ef2a80fc770e7 (patch)
tree3e98c4f8168c1186c7dc84512c8bc98f5c997043
parentchore(ci): fix golangci-lint configuration (diff)
downloadterraform-provider-eventline-7145ba1971fac627bd6fd06cdd2ef2a80fc770e7.tar.gz
terraform-provider-eventline-7145ba1971fac627bd6fd06cdd2ef2a80fc770e7.tar.bz2
terraform-provider-eventline-7145ba1971fac627bd6fd06cdd2ef2a80fc770e7.zip
chore(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 (#80)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/818ec4d51a1feacefc42ff1b3ec25d4962690f39...2226d7cb06a077cd73e56eedd38eecad18e5d837) --- 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8daf8f0..76d2b7b 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@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: latest