fix(ci): golang image

This commit is contained in:
Denis Gukov 2021-03-13 01:47:16 +05:00
parent 3d6d194d2e
commit 0d28c8d5b0

View File

@ -9,7 +9,7 @@ aliases:
# git clone -b $CIRCLE_BRANCH https://github.com/ansible-semaphore/semaphore.git ./
- &golang-image
image: circleci/golang:1.13
image: circleci/golang:1.14
- &working-dir
/go/src/github.com/ansible-semaphore/semaphore
@ -54,7 +54,9 @@ aliases:
- &test-compile-changes
run:
name: test that compile did not create/modify untracked files
command: git diff --exit-code --stat -- . ':(exclude)web2/package-lock.json' ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
command: |
cat web2/package.json
git diff --exit-code --stat -- . ':(exclude)web2/package-lock.json' ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
- &save-npm-cache
save_cache: