Skip to content
Snippets Groups Projects
Verified Commit 29d5b09c authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Go to 1.21

parent 7e430ae0
No related branches found
No related tags found
No related merge requests found
image: golang:1.20
image: golang:1.21
stages:
- prepare
......
### Build Image
FROM golang:1.20-bookworm AS builder
FROM golang:1.21-bookworm AS builder
LABEL maintainer="Christian Pointner <equinox@helsinki.at>"
RUN set -e \
......
module gitlab.servus.at/autoradio/tank
go 1.20
go 1.21
require (
github.com/codegangsta/cli v1.22.14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment