Skip to content

Commit b61b625

Browse files
Update golang Docker tag
1 parent 422cc01 commit b61b625

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.23.1
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.23-alpine as builder
22

33
ARG VERSION=dev
44
ARG COMMIT=none

0 commit comments

Comments
 (0)