From 4d2a0169c93ba4c52c7eb049e22eea35a59a2cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20C=2E=20Mass=C3=B3n?= Date: Mon, 11 Sep 2023 18:06:27 -0300 Subject: [PATCH 1/2] fix rockcraft.yaml for 1.6.1 --- 1.6.1/rockcraft.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/1.6.1/rockcraft.yaml b/1.6.1/rockcraft.yaml index 3bfd0f7..1682a48 100644 --- a/1.6.1/rockcraft.yaml +++ b/1.6.1/rockcraft.yaml @@ -18,7 +18,7 @@ parts: plugin: go source: https://github.com/prometheus/pushgateway source-type: git - source-tag: "v1.6.0" + source-tag: "v1.6.1" build-snaps: - go/1.21/stable build-packages: @@ -28,6 +28,3 @@ parts: install -D -m755 pushgateway ${CRAFT_PART_INSTALL}/bin/pushgateway organize: pushgateway: bin/pushgateway - prometheus-pushgateway: - source-tag: v1.6.1 - build-snaps: go/1.19/stable From e746b92d9266c656a81bf05644b2cff6d8f27778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20C=2E=20Mass=C3=B3n?= Date: Mon, 11 Sep 2023 23:25:24 -0300 Subject: [PATCH 2/2] pushgateway uses go 1.19 --- 1.6.1/rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.6.1/rockcraft.yaml b/1.6.1/rockcraft.yaml index 1682a48..9c76d84 100644 --- a/1.6.1/rockcraft.yaml +++ b/1.6.1/rockcraft.yaml @@ -20,7 +20,7 @@ parts: source-type: git source-tag: "v1.6.1" build-snaps: - - go/1.21/stable + - go/1.19/stable build-packages: - make override-build: |