Skip to content

Commit 9a9a37f

Browse files
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.8 -> 1.4.9) | Package | From | To | | --- | --- | --- | | go-yq | `4.45.1-1` | `4.45.2-1` | ## go (1.6.3 -> 1.6.4) | Package | From | To | | --- | --- | --- | | golangci-lint | `2.1.5` | `2.1.6` | Co-authored-by: Bart Venter <bartventer@outlook.com>
1 parent 9ed0a06 commit 9a9a37f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/common-utils/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"name": "go-yq",
20-
"version": "4.45.1-1",
20+
"version": "4.45.2-1",
2121
"versionScheme": "archlinux"
2222
},
2323
{

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "common-utils",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"name": "Common Utilities",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/common-utils",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

src/go/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"name": "golangci-lint",
30-
"version": "2.1.5",
30+
"version": "2.1.6",
3131
"versionScheme": "semver",
3232
"checkLatestCommand": "curl -sL https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r '.tag_name | ltrimstr(\"v\")'"
3333
}

src/go/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"name": "Go",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/go",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

0 commit comments

Comments
 (0)