Changed gosec alpine to latest
This commit is contained in:
parent
d44f08d477
commit
803e3cb6c5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ stages:
|
|||
- build-docker
|
||||
|
||||
check-format:
|
||||
image: golang:alpine
|
||||
image: golang:latest
|
||||
stage: test
|
||||
before_script:
|
||||
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
|
||||
|
@ -22,7 +22,7 @@ check-format:
|
|||
- merge_requests
|
||||
|
||||
check-gosec:
|
||||
image: golang:alpine
|
||||
image: golang:latest
|
||||
before_script:
|
||||
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
|
||||
- ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
|
||||
|
|
Loading…
Reference in a new issue