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

Commit e98ada5

Browse files
build with go 1.12 (#281)
1 parent d81de51 commit e98ada5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ workspace:
55
pipeline:
66
test:
77
secrets: [ codecov_token ]
8-
image: golang:1.10
8+
image: golang:1.12
99
commands:
1010
- make test
1111
- make coverage.txt
1212
- ./ci/codecov.sh
1313

1414
benchmarks:
15-
image: golang:1.10
15+
image: golang:1.12
1616
commands:
1717
- make bench
1818

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10-alpine3.8 as build
1+
FROM golang:1.12-alpine3.10 as build
22
RUN apk add --no-cache make
33
WORKDIR /go/src/github.com/uswitch/kiam
44
ADD . .

0 commit comments

Comments
 (0)