Skip to content

Commit e41c7bd

Browse files
committed
Update golang
1 parent 2b2bf73 commit e41c7bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.16.x
3+
- 1.17.x
44

55
services:
66
- docker

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build in Docker container
2-
FROM golang:1.16.2 as builder
2+
FROM golang:1.17.6 as builder
33

44
ENV CGO_ENABLED 0
55
WORKDIR /src/s3sync
@@ -11,4 +11,4 @@ RUN go mod vendor && \
1111
FROM debian:buster-slim
1212
RUN apt update && apt install -y ca-certificates
1313
COPY --from=builder /src/s3sync/s3sync /s3sync
14-
ENTRYPOINT ["/s3sync"]
14+
ENTRYPOINT ["/s3sync"]

0 commit comments

Comments
 (0)