From ca8b3321f3c2c8120fa61b34fab5e5785087f2e3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 29 Aug 2026 01:14:38 +0000 Subject: [PATCH] build: Automated lockfile update This PR updates the devcontainer features to the latest versions detected by the 'scripts/feature_lock.sh' script. :robot: This PR was created by a GitHub Action # Features Changelog ## common-utils (1.4.127 -> 1.4.128) | Package | From | To | | --- | --- | --- | | nodejs | `26.8.0-1` | `26.8.1-1` | ## go (1.7.37 -> 1.7.38) | Package | From | To | | --- | --- | --- | | golangci-lint | `2.13.1` | `2.13.2` | Co-authored-by: Bart Venter --- src/common-utils/devcontainer-feature-lock.json | 2 +- src/common-utils/devcontainer-feature.json | 2 +- src/go/devcontainer-feature-lock.json | 2 +- src/go/devcontainer-feature.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common-utils/devcontainer-feature-lock.json b/src/common-utils/devcontainer-feature-lock.json index 5fb7dee..a8b1c84 100644 --- a/src/common-utils/devcontainer-feature-lock.json +++ b/src/common-utils/devcontainer-feature-lock.json @@ -32,7 +32,7 @@ }, { "name": "nodejs", - "version": "26.8.0-1", + "version": "26.8.1-1", "versionScheme": "archlinux" }, { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 13174fa..6fc985e 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.4.127", + "version": "1.4.128", "name": "Common Utilities", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/common-utils", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE", diff --git a/src/go/devcontainer-feature-lock.json b/src/go/devcontainer-feature-lock.json index 2a47e4d..6a16f0f 100644 --- a/src/go/devcontainer-feature-lock.json +++ b/src/go/devcontainer-feature-lock.json @@ -28,7 +28,7 @@ }, { "name": "golangci-lint", - "version": "2.13.1", + "version": "2.13.2", "versionScheme": "semver", "checkLatestCommand": "curl -sL https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r '.tag_name | ltrimstr(\"v\")'" } diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index f509d0e..a0de43d 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.7.37", + "version": "1.7.38", "name": "Go", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/go", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",