Skip to content

Commit 56bfaba

Browse files
Update dependency golang
1 parent 422cc01 commit 56bfaba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stages:
4444
build:
4545
stage: build
4646
<<: *runners
47-
image: golang:1.12.7
47+
image: golang:1.18.3
4848
before_script:
4949
- go mod download
5050
- mkdir binaries

build/package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine as builder
1+
FROM golang:1.18-alpine as builder
22

33
ARG VERSION=dev
44
ARG COMMIT=none

0 commit comments

Comments
 (0)