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:
@@ -29,7 +29,7 @@ build-binary:
|
||||
stage: build
|
||||
only:
|
||||
- tags
|
||||
image: golang:1.18.2
|
||||
image: golang:1.19.0
|
||||
before_script:
|
||||
- cd $GOPATH/src
|
||||
- mkdir -p gitlab.com/$CI_PROJECT_NAMESPACE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18-alpine as build
|
||||
FROM golang:1.19-alpine as build
|
||||
WORKDIR /go/src/app
|
||||
COPY . /go/src/app
|
||||
RUN CGO_ENABLED=0 go build -o /go/bin/app
|
||||
|
||||
Reference in New Issue
Block a user