#36 attempt to fix api login auth issue (#38)

* #36 attempt to fix api login auth issue
* update release version number
This commit is contained in:
Steve Brunton
2019-07-02 20:46:19 -04:00
committed by GitHub
parent dcaef1a51e
commit 8e1ece22dd
5 changed files with 76 additions and 10 deletions

View File

@@ -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