From cb1f91d58c73fdbb14aceee350b8f6d40fea0fa5 Mon Sep 17 00:00:00 2001 From: Jacopo Andrea Giola Date: Thu, 13 Feb 2025 12:23:56 +0100 Subject: [PATCH] build: update golangci-lint in devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b69883c..5a7348c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "features": { "ghcr.io/devcontainers/features/common-utils:2": {"username": "golang"}, "ghcr.io/devcontainers/features/git:1": {"version": "latest","ppa": "false"}, - "ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.63.4"} + "ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.64.4"} }, "runArgs": [ "--security-opt",