Merge pull request #229 from moul/renovate/docker-all

chore(deps): update circleci/golang docker tag to v1.15.6
This commit is contained in:
Manfred Touron 2020-12-27 12:12:16 +01:00 committed by GitHub
commit a23b77282c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/moul.io/sshportal
docker:
- image: circleci/golang:1.15.5
- image: circleci/golang:1.15.6
environment:
GO111MODULE: "on"