Skip to content

Commit

Permalink
Bump Go from 1.16 to 1.17 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne authored Oct 17, 2021
1 parent f951f22 commit 8f08788
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module github.com/nakabonne/tstorage

go 1.16
go 1.17

require github.com/stretchr/testify v1.7.0
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 8f08788

Please sign in to comment.