Skip to content

Commit

Permalink
Relax Go constraint to 1.20 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed May 18, 2024
1 parent 4970c73 commit e51a54f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/sethvargo/go-envconfig

go 1.22

toolchain go1.22.1
go 1.20

require github.com/google/go-cmp v0.6.0

0 comments on commit e51a54f

Please sign in to comment.