* #36 attempt to fix api login auth issue * update release version number
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/golang:1.10.4-stretch
|
||||
- image: circleci/golang:1.12.4-stretch
|
||||
working_directory: /go/src/github.com/nshttpd/mikrotik-exporter
|
||||
branches:
|
||||
only:
|
||||
@@ -11,5 +11,5 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker:
|
||||
version: 18.05.0-ce
|
||||
version: 18.06.0-ce
|
||||
- run: make dockerhub
|
||||
|
||||
Reference in New Issue
Block a user