Skip to content

Commit

Permalink
Set minimal go version to 1.19 in Dockerfile and /s3
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed May 19, 2024
1 parent f27eeee commit 535debe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile to create a go-getter container with smbclient dependency that is used by the get_smb.go tests
FROM golang:1.15
FROM golang:1.19

COPY . /go-getter
WORKDIR /go-getter
Expand Down
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 535debe

Please sign in to comment.