Skip to content

Commit 2e3a51e

Browse files
committed
deps(golangci-lint): update to golangci-lint v2.3.0
1 parent 10dcbe7 commit 2e3a51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.anvil.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated_at": "2025-07-15T09:50:48.190390555Z",
2+
"generated_at": "2025-07-29T11:15:48.771376611Z",
33
"version": "1.2.31",
44
"files": [
55
{

.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.2.2"
35+
version: "2.3.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)