diff --git a/tempo.yaml b/tempo.yaml index 4b9869ce7e3..8f2548b474a 100644 --- a/tempo.yaml +++ b/tempo.yaml @@ -1,7 +1,7 @@ package: name: tempo - version: 2.6.1 - epoch: 3 + version: "2.7.0" + epoch: 0 description: Grafana Tempo is a high volume, minimal dependency distributed tracing backend. copyright: - license: AGPL-3.0-or-later @@ -12,19 +12,15 @@ environment: - build-base - busybox - ca-certificates-bundle - - go-1.22 # TODO: Back to latest `go` once a new version is released (> 2.6.0) + - go pipeline: - uses: git-checkout with: - expected-commit: f97027a0d8b5dd48b3de3a6eff97d4a698506547 + expected-commit: b0da6b4815d34b5063ff78567f1abcc28466fc90 repository: https://github.com/grafana/tempo tag: v${{package.version}} - - uses: go/bump - with: - deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 - - runs: | go mod vendor make ${{package.name}}