Skip to content

Commit

Permalink
Update Golang from 1.16 to 1.17 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarismail authored Aug 20, 2021
1 parent b8f3feb commit f5e4ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/hashicorp/go-tfe

go 1.17

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.0.0
Expand All @@ -12,4 +14,4 @@ require (
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
)

go 1.16
require github.com/pmezard/go-difflib v1.0.0 // indirect

0 comments on commit f5e4ef8

Please sign in to comment.