ci: return golang image to 1.13

This commit is contained in:
Denis Gukov 2020-11-24 00:24:27 +05:00
parent 620e873c27
commit a5a3bf30bf

View File

@ -9,7 +9,7 @@ aliases:
# git clone -b $CIRCLE_BRANCH https://github.com/ansible-semaphore/semaphore.git ./ # git clone -b $CIRCLE_BRANCH https://github.com/ansible-semaphore/semaphore.git ./
- &golang-image - &golang-image
image: circleci/golang:1.15.5 image: circleci/golang:1.13
- &working-dir - &working-dir
/go/src/github.com/ansible-semaphore/semaphore /go/src/github.com/ansible-semaphore/semaphore