From febe58368815639afedefb1a79f3dfbf04052da1 Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Thu, 4 May 2023 07:37:07 -0400 Subject: [PATCH] bump epoch for go-1.19/go-1.20 dependents --- gomplate.yaml | 2 +- thanos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gomplate.yaml b/gomplate.yaml index 92df2d3ea32f..8e4f270652a2 100644 --- a/gomplate.yaml +++ b/gomplate.yaml @@ -1,7 +1,7 @@ package: name: gomplate version: 3.11.5 - epoch: 0 + epoch: 1 description: A go templating utility. copyright: - license: MIT diff --git a/thanos.yaml b/thanos.yaml index f091a8613ed1..e764d50b4e18 100644 --- a/thanos.yaml +++ b/thanos.yaml @@ -1,7 +1,7 @@ package: name: thanos version: 0.31.0 - epoch: 1 + epoch: 2 description: Highly available Prometheus setup with long term storage capabilities. copyright: - license: Apache-2.0