This repository was archived by the owner on Aug 23, 2023. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
build :
4
4
working_directory : /go/src/github.com/grafana/metrictank
5
5
docker :
6
- - image : circleci/golang:1.11.4
6
+ - image : circleci/golang:1.13.1
7
7
steps :
8
8
- checkout
9
9
- run : scripts/build.sh
@@ -21,15 +21,15 @@ jobs:
21
21
test :
22
22
working_directory : /go/src/github.com/grafana/metrictank
23
23
docker :
24
- - image : circleci/golang:1.11.4
24
+ - image : circleci/golang:1.13.1
25
25
steps :
26
26
- checkout
27
27
- run : go test -v -race $(go list ./... | grep -v github.com/grafana/metrictank/stacktest)
28
28
29
29
qa :
30
30
working_directory : /go/src/github.com/grafana/metrictank
31
31
docker :
32
- - image : circleci/golang:1.11.4
32
+ - image : circleci/golang:1.13.1
33
33
steps :
34
34
- checkout
35
35
- run : scripts/qa/gofmt.sh
Original file line number Diff line number Diff line change 1
- FROM golang:1.11.4 -alpine AS gobase
1
+ FROM golang:1.13.1 -alpine AS gobase
2
2
RUN apk add --no-cache git bash
3
3
4
4
# Compile metrictank
Original file line number Diff line number Diff line change 1
- FROM golang:1.11.4 -alpine AS gobase
1
+ FROM golang:1.13.1 -alpine AS gobase
2
2
RUN apk add --no-cache git bash
3
3
4
4
# Compile metrictank
You can’t perform that action at this time.
0 commit comments