Skip to content

Commit

Permalink
feat: update Go to 1.23.4
Browse files Browse the repository at this point in the history
Via tools update.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Dec 9, 2024
1 parent b047e41 commit 214bc74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-03-27T11:04:35Z by kres latest.
# Generated on 2024-12-09T08:50:34Z by kres 1ebe796.

policies:
- type: commit
Expand All @@ -12,7 +12,7 @@ policies:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
maximumOfOneCommit: false
header:
length: 89
imperative: true
Expand Down
4 changes: 4 additions & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ spec:
$(MAKE) docker-kernel-prepare PLATFORM=$$platform BUILDKIT_MULTI_PLATFORM=0 TARGET_ARGS="--tag=$(REGISTRY)/$(USERNAME)/kernel:$(TAG)-$$arch --load"; \
docker run --rm -it --entrypoint=/toolchain/bin/bash -e PATH=/toolchain/bin:/bin -w /src -v $$PWD/kernel/build/config-$$arch:/host/.hostconfig $(REGISTRY)/$(USERNAME)/kernel:$(TAG)-$$arch -c 'cp /host/.hostconfig .config && make $* && cp .config /host/.hostconfig'; \
done
---
kind: common.Repository
spec:
conformMaximumOfOneCommit: false
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.9.0
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.9.0-1-geaad82f

# renovate: datasource=github-releases depName=containernetworking/plugins
cni_version: v1.6.0
Expand Down

0 comments on commit 214bc74

Please sign in to comment.