Skip to content

Commit

Permalink
Bump supported go versions to most recent 3
Browse files Browse the repository at this point in the history
  • Loading branch information
banks committed May 24, 2022
1 parent 8e77306 commit bd50b62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ require (
)

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

0 comments on commit bd50b62

Please sign in to comment.