Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Bump Go to 1.20.1

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 15, 2023
1 parent 5ab4f59 commit 8b28b6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"Makefile"
],
"matchStrings": [
"(?<depName>ghcr.io\\/siderolabs\\/bldr):(?<currentValue>v.*)"
"ghcr.io\\/siderolabs\\/bldr:(?<currentValue>v.*)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "siderolabs/bldr",
"datasourceTemplate": "github-tags",
"versioningTemplate": "semver"
}
],
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ 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 ?= docker run --rm --volume $(PWD):/tools --entrypoint=/bldr \
ghcr.io/siderolabs/bldr:v0.2.0-alpha.12 graph --root=/tools
$(BLDR_IMAGE) graph --root=/tools

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
8 changes: 4 additions & 4 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
PKGS_VERSION: v1.4.0-alpha.0-22-gc3a6e18
PKGS_VERSION: v1.4.0-alpha.0-25-ge3cab6c

# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
tc_redirect_tap_ref: 21aa6181a4c7c6b9626c271fa0f47f91e4f4a0c9
tc_redirect_tap_sha256: d7470819833379d13c91eb2b5832c6a4d4ac2f9c843f2f443fbd4f46e88a98e2
tc_redirect_tap_sha512: efdb2c148733827787684f4c31a7a07f18d866dc39917e80da142d883881ad91581eeab593ac6ca4c430432ed78d868eca9b592bb50d0de5661954c1929a9f11
tc_redirect_tap_ref: 6ab937f6e68732f0f6277925355599ef314b7751
tc_redirect_tap_sha256: 3c27409c81f1192fd87a72eaacefb028022648fe4befd51ef32d8f58d50654bb
tc_redirect_tap_sha512: d34ac377e83d4ab512921b0e67f89d6e7919b523dc474f57ffc6fb5f3be33d9b88e4ebd7449b6eecd05968f5fda4eac3801936e2641a209caacf8e314915c3cc

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

0 comments on commit 8b28b6b

Please sign in to comment.