Skip to content
Snippets Groups Projects

fix(ci): Update the CI docker version to use new enough Golang

Merged Marvin Scholz requested to merge epirat-fix-ci into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
default:
image: registry.videolan.org/videolan-alpine-golang:20200505114738
image: registry.videolan.org/videolan-alpine-golang:20230211052337
tags: [amd64, docker]
.go-cache:
@@ -13,7 +13,7 @@ build-go:
stage: build
extends: .go-cache
script:
- go build -i -v -ldflags "-X 'main.Version=$(git describe --always)'" ./cmd/crashdragon
- go build -v -ldflags "-X 'main.Version=$(git describe --always)'" ./cmd/crashdragon
build-all:
stage: build
Loading