Skip to content

Commit

Permalink
Set minimal go version to 1.19 in /s3
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Jul 25, 2024
1 parent ed37850 commit fde106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/go-getter/s3/v2

go 1.18
go 1.19

replace github.com/hashicorp/go-getter/v2 => ../

Expand Down

0 comments on commit fde106c

Please sign in to comment.