Skip to content

Commit

Permalink
updated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed May 21, 2018
1 parent aeb74a2 commit 51823bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.9-alpine
FROM golang:1.10.2-alpine
MAINTAINER Roman Atachiants "roman@misakai.com"

# Copy the directory into the container.
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -12,8 +12,8 @@ environment:
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-amd64.zip
- 7z x go1.9.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-amd64.zip
- 7z x go1.10.windows-amd64.zip -y -oC:\ > NUL
- go version
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 51823bb

Please sign in to comment.