Skip to content

Commit

Permalink
Update go to v1.17 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Nov 5, 2021
1 parent 0d2f2e9 commit d16d99f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ filters_publish: &filters_publish
executors:
go:
docker:
- image: cimg/go:1.15.8
- image: cimg/go:1.17

commands:
build:
Expand Down
15 changes: 14 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/honeycombio/influx2hny

go 1.15
go 1.17

require (
github.com/honeycombio/libhoney-go v1.15.6
Expand All @@ -9,3 +9,16 @@ require (
github.com/stretchr/testify v1.6.1
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/klauspost/compress v1.13.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit d16d99f

Please sign in to comment.