Skip to content

Commit

Permalink
feat: update Go to 1.21
Browse files Browse the repository at this point in the history
Bump `ghcr.io/siderolabs/bldr` and `ghcr.io/siderolabs/tools`.

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
  • Loading branch information
DmitriyMV committed Aug 11, 2023
1 parent eda123d commit 30d4b74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
SOURCE_DATE_EPOCH ?= "1559424892"

# Sync bldr image with Pkgfile
BLDR_IMAGE := ghcr.io/siderolabs/bldr:v0.2.0
BLDR_IMAGE := ghcr.io/siderolabs/bldr:v0.2.1
BLDR ?= docker run --rm --volume $(PWD):/tools --entrypoint=/bldr \
$(BLDR_IMAGE) graph --root=/tools

Expand Down
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax = ghcr.io/siderolabs/bldr:v0.2.0
# syntax = ghcr.io/siderolabs/bldr:v0.2.1

format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.5.0
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.6.0-alpha.0

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

0 comments on commit 30d4b74

Please sign in to comment.