Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
build with go 1.12 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Irving authored Aug 16, 2019
1 parent d81de51 commit e98ada5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ workspace:
pipeline:
test:
secrets: [ codecov_token ]
image: golang:1.10
image: golang:1.12
commands:
- make test
- make coverage.txt
- ./ci/codecov.sh

benchmarks:
image: golang:1.10
image: golang:1.12
commands:
- make bench

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-alpine3.8 as build
FROM golang:1.12-alpine3.10 as build
RUN apk add --no-cache make
WORKDIR /go/src/github.com/uswitch/kiam
ADD . .
Expand Down

0 comments on commit e98ada5

Please sign in to comment.