Skip to content

Commit

Permalink
go: stop updating 1.19, update thanos' go dep
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Aug 11, 2023
1 parent e857a5d commit 1343311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions go-1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,4 @@ subpackages:
mv "${{targets.destdir}}"/usr/share/doc "${{targets.subpkgdir}}"/usr/share/
update:
enabled: true
shared: true
github:
identifier: golang/go
strip-prefix: go
tag-filter: go1.19
use-tag: true
enabled: false
4 changes: 2 additions & 2 deletions thanos.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: thanos
version: 0.31.0
epoch: 3
epoch: 4
description: Highly available Prometheus setup with long term storage capabilities.
copyright:
- license: Apache-2.0
Expand All @@ -12,7 +12,7 @@ environment:
- ca-certificates-bundle
- busybox
- bash
- go-1.19 # Thanos needs go 1.19 for this version, it can be bumped next release
- go
- curl

pipeline:
Expand Down

0 comments on commit 1343311

Please sign in to comment.