Skip to content

Commit

Permalink
Merge pull request #134 from armon/local/v0.3.11
Browse files Browse the repository at this point in the history
Retract v0.3.11 since it contains breaking changes.
  • Loading branch information
banks committed May 24, 2022
2 parents 5d4d6f5 + bd50b62 commit 5a8fe6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -7,23 +7,23 @@ workflows:
ci:
jobs:
- go/test:
name: test-golang-1.14
name: test-golang-1.16
executor:
name: go/golang
tag: "1.14"
tag: "1.16"
cgo-enabled: "1"
go-test-flags: -race
- go/test:
name: test-golang-1.15
name: test-golang-1.17
executor:
name: go/golang
tag: "1.15"
tag: "1.17"
cgo-enabled: "1"
go-test-flags: -race
- go/test:
name: test-golang-1.16
name: test-golang-1.18
executor:
name: go/golang
tag: "1.16"
tag: "1.18"
cgo-enabled: "1"
go-test-flags: -race
3 changes: 3 additions & 0 deletions go.mod
Expand Up @@ -15,3 +15,6 @@ require (
github.com/prometheus/common v0.9.1
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
)

// Introduced undocumented breaking change to metrics sink interface
retract v0.3.11

0 comments on commit 5a8fe6a

Please sign in to comment.