Skip to content

Commit 4c913c6

Browse files
committed
Reverts Go to v1.17 (from v1.18)
The travis build was failing with something like this: mattn/goveralls#207 ... and the Docker build was failing with this error: Step 8/10 : COPY --from=build /go/bin/pusher / COPY failed: stat go/bin/pusher: file does not exist
1 parent 4fd08ee commit 4c913c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.18"
4+
- "1.17"
55

66
services:
77
- docker

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18 as build
1+
FROM golang:1.17 as build
22
# Add the local files to be sure we are building the local source code instead
33
# of downloading from GitHub.
44
# Don't add any of the other libraries, because we live at HEAD.

0 commit comments

Comments
 (0)