Update dependency golang (#17)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #17.
This commit is contained in:
renovate[bot]
2022-08-07 19:03:59 +01:00
committed by GitHub
parent a3a8f86885
commit a0f4a7a262
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ build-binary:
stage: build stage: build
only: only:
- tags - tags
image: golang:1.18.2 image: golang:1.19.0
before_script: before_script:
- cd $GOPATH/src - cd $GOPATH/src
- mkdir -p gitlab.com/$CI_PROJECT_NAMESPACE - mkdir -p gitlab.com/$CI_PROJECT_NAMESPACE

View File

@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as build FROM golang:1.19-alpine as build
WORKDIR /go/src/app WORKDIR /go/src/app
COPY . /go/src/app COPY . /go/src/app
RUN CGO_ENABLED=0 go build -o /go/bin/app RUN CGO_ENABLED=0 go build -o /go/bin/app