Commit 8039a20c authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'renovate/to-be-continuous-golang-4.x' into 'master'

chore(deps): update dependency to-be-continuous/golang to v4.0.1

See merge request to-be-continuous/tools/tracking!32
parents d9288f94 023ca2be
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,11 +3,13 @@ include:
   ref: '3.5.1'
   file: '/templates/gitlab-ci-docker.yml'
 - project: 'to-be-continuous/golang'
   ref: '4.0.0'
   ref: '4.0.1'
   file: '/templates/gitlab-ci-golang.yml'

variables:
  GO_BUILD_FLAGS: -tags netgo
  # force application build
  GO_BUILD_MODE: application
  
  DOCKER_BUILD_ARGS: "--build-arg CI_PROJECT_URL --build-arg TRACKING_CONFIGURATION"
  DOCKER_HEALTHCHECK_CONTAINER_ARGS: "--service --skip_tracking my-template-service my-template-version"