From c0421ff2703bd3c686d3de1d7c3257d80518a205 Mon Sep 17 00:00:00 2001 From: James Scott Date: Mon, 12 Jan 2026 14:44:11 +0000 Subject: [PATCH] chore: pin golangci-lint Previously, it was using the "latest" setting. However, this can lead to unstable builds --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5eef03b3c..9bf73f1e8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,9 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/go:1": { - "version": "1.25.4" + "version": "1.25.4", + // Reminder: bump this whenever we bump the go version. + "golangciLintVersion": "2.7.2" }, "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": {