Skip to content

Commit 0d2b07f

Browse files
authored
update go version for circle-ci (osquery#64)
1 parent 9c0dd22 commit 0d2b07f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
jobs:
3-
build-go1.8:
3+
build-go-latest:
44
docker:
5-
- image: golang:1.8
5+
- image: golang:1.10
66
working_directory: /go/src/github.com/kolide/osquery-go
77
steps: &steps
88
- checkout
@@ -39,6 +39,6 @@ workflows:
3939
version: 2
4040
build:
4141
jobs:
42-
- build-go1.8
42+
- build-go-latest
4343
- build-go1.9
4444

0 commit comments

Comments
 (0)