From 3878978aed7cb37aaec98b5a5089debde2ccd1d1 Mon Sep 17 00:00:00 2001 From: hectorj2f Date: Sat, 6 Apr 2024 16:48:55 +0200 Subject: [PATCH] fix: dependency bumps Signed-off-by: hectorj2f --- k3s.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k3s.yaml b/k3s.yaml index 58bc0c239d4..b9ec5a9fce7 100644 --- a/k3s.yaml +++ b/k3s.yaml @@ -51,6 +51,7 @@ pipeline: - uses: go/bump with: deps: github.com/jackc/pgx/v5@v5.5.4 github.com/quic-go/quic-go@v0.42.0 + replaces: github.com/libp2p/go-libp2p=github.com/libp2p/go-libp2p@v0.33.2 # Build things (almost) identical to upstream, with the k3s components # embedded in the "outer" multicall binary. - runs: |