Update dependency golang

This commit is contained in:
Renovate Bot
2022-04-13 14:26:31 +00:00
parent d8480e8946
commit a2ac7ec34a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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