We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883e23a commit b2e5246Copy full SHA for b2e5246
Dockerfile
@@ -1,5 +1,5 @@
1
# Dockerfile to create a go-getter container with smbclient dependency that is used by the get_smb.go tests
2
-FROM golang:1.15
+FROM golang:1.19
3
4
COPY . /go-getter
5
WORKDIR /go-getter
s3/go.mod
@@ -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 => ../
6
0 commit comments