Changed golang:latest to golang:alpine in CI

This commit is contained in:
Phil 2022-01-23 22:24:19 +01:00
parent 0af8219322
commit 5307f078c0

View file

@ -8,7 +8,7 @@ stages:
- build-docker
check-format:
image: golang:latest
image: golang:alpine
stage: test
before_script:
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
@ -22,7 +22,7 @@ check-format:
- merge_requests
check-gosec:
image: golang:latest
image: golang:alpine
before_script:
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME