Skip to content

Commit 10dcbe7

Browse files
committed
deps(golangci-lint): update to golangci-lint v2.2.2
1 parent c68a660 commit 10dcbe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-05-15T20:50:51.592535601Z",
3-
"version": "1.2.29",
2+
"generated_at": "2025-07-15T09:50:48.190390555Z",
3+
"version": "1.2.31",
44
"files": [
55
{
66
"path": ".editorconfig"

.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@c37eb401e5092993fc76d545030b1d1769e61237 # v3.0.0
3333
with:
3434
binary: "golangci-lint"
35-
version: "2.1.6"
35+
version: "2.2.2"
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)