File tree 6 files changed +42
-225
lines changed
6 files changed +42
-225
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ executors:
5
5
# Whenever the Go version is updated here, .promu.yml should also be updated.
6
6
golang :
7
7
docker :
8
- - image : circleci/golang:1.16
8
+ - image : circleci/golang:1.17
9
9
10
10
jobs :
11
11
test :
Original file line number Diff line number Diff line change 1
1
go :
2
- # Whenever the Go version is updated here, .travis.yml and
2
+ # Whenever the Go version is updated here,
3
3
# .circle/config.yml should also be updated.
4
- version : 1.16
4
+ version : 1.17
5
5
repository :
6
6
path : github.com/prometheus/promu
7
7
build :
Original file line number Diff line number Diff line change
1
+ ## 0.13.0 / 2021-11-06
2
+
3
+ * [ ENHANCEMENT] Add windows/arm64 platform #225
4
+
1
5
## 0.12.0 / 2021-04-12
2
6
3
7
* [ CHANGE] Unified CGO crossbuild image #219
Original file line number Diff line number Diff line change 1
- 0.12 .0
1
+ 0.13 .0
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ require (
4
4
github.com/Masterminds/semver v1.5.0
5
5
github.com/google/go-github/v25 v25.1.3
6
6
github.com/pkg/errors v0.9.1
7
- github.com/prometheus/common v0.19.0
8
- go.uber.org/atomic v1.7 .0
9
- golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
7
+ github.com/prometheus/common v0.32.1
8
+ go.uber.org/atomic v1.9 .0
9
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
10
10
gopkg.in/alecthomas/kingpin.v2 v2.2.6
11
11
gopkg.in/yaml.v2 v2.4.0
12
12
)
You can’t perform that action at this time.
0 commit comments