Skip to content

Commit

Permalink
Update golang Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 422cc01 commit da035ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:
build:
stage: build
<<: *runners
image: golang:1.12.7
image: golang:1.21.4
before_script:
- go mod download
- mkdir binaries
Expand Down
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:1.21-alpine as builder

ARG VERSION=dev
ARG COMMIT=none
Expand Down

0 comments on commit da035ed

Please sign in to comment.