Skip to content

Commit 678ac9a

Browse files
cbrgmgithub-actions[bot]
authored andcommitted
deps(golangci-lint): update to golangci-lint v2.8.0
1 parent 31c28ed commit 678ac9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.anvil.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"generated_at": "2025-09-02T11:13:39.354434057Z",
3-
"version": "1.2.33",
2+
"generated_at": "2026-01-23T13:56:16.170195071Z",
3+
"version": "1.2.37",
44
"files": [
55
{
66
"path": ".editorconfig"

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
renovate:
3636
runs-on: ubuntu-latest
37-
if: github.actor == 'renovate[bot]'
37+
if: github.actor == 'renovate[bot]' || github.actor == 'mend[bot]'
3838

3939
steps:
4040
- name: Approve request

.github/workflows/go-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: giantswarm/install-binary-action@c94c7adadeb14af4bdbdd601f9a6e7f69638134c # v4.0.0
3333
with:
3434
binary: "golangci-lint"
35-
version: "2.4.0"
35+
version: "2.8.0"
3636
download_url: "https://github.com/golangci/golangci-lint/releases/download/v${version}/golangci-lint-${version}-linux-amd64.tar.gz"
3737
tarball_binary_path: "*/${binary}"
3838
smoke_test: "${binary} --version"

0 commit comments

Comments
 (0)