Skip to content

Commit 535debe

Browse files
committed
Set minimal go version to 1.19 in Dockerfile and /s3
1 parent f27eeee commit 535debe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile to create a go-getter container with smbclient dependency that is used by the get_smb.go tests
2-
FROM golang:1.15
2+
FROM golang:1.19
33

44
COPY . /go-getter
55
WORKDIR /go-getter

s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/go-getter/s3/v2
22

3-
go 1.18
3+
go 1.19
44

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

0 commit comments

Comments
 (0)