Skip to content

Commit

Permalink
feat: update Go to 1.20.5
Browse files Browse the repository at this point in the history
Also update tc-redirect-tap (minor changes).

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jun 7, 2023
1 parent 36c8ac4 commit a73d524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 ?= "1602102660"

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

Expand Down
10 changes: 5 additions & 5 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.12
# syntax = ghcr.io/siderolabs/bldr:v0.2.0

format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
PKGS_VERSION: v1.5.0-alpha.0-3-g174f8fc
PKGS_VERSION: v1.5.0-alpha.0-22-g5fb5e95

# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
tc_redirect_tap_ref: 70412ed40429a56722183d1785e716765922f25a
tc_redirect_tap_sha256: 498bb6b3858259a140bb506a6a199573c4753d56988ce6dfb8f01ffd39eadc07
tc_redirect_tap_sha512: 66aea29a479f7b5d8b8b6aaccb6b2cc1639490aaf087695eea244c0ec879223d75a683243d6fdf9cdefb69a8f37f0125591cb722a4fba2d56b68d54ec8141781
tc_redirect_tap_ref: ff84405289d78f580d8fd3b04d2ae266fd297fb2
tc_redirect_tap_sha256: c501e3da86ce05f9478dff28a7b6647d2e21482b16c9bb9c580dc53475ca81a5
tc_redirect_tap_sha512: 36a0a317177e99302c610d588a41b1d0e18b47f2f926f0233a6b98a9eb4cbaf4b4a41ca0a5062793757cb3d20090b6253c74659c81f4f00cb2dad609cea42053

labels:
org.opencontainers.image.source: https://github.com/siderolabs/extras

0 comments on commit a73d524

Please sign in to comment.