Skip to content
Snippets Groups Projects
Commit 07ac862c authored by ale's avatar ale
Browse files

Update Go version

parent baf977b8
No related branches found
No related tags found
No related merge requests found
Pipeline #56840 passed
FROM golang:1.19 AS build
FROM golang:1.20 AS build
WORKDIR /tmp
RUN go install -ldflags='-extldflags=-static -w -s' -tags osusergo,netgo github.com/stripe/smokescreen@latest && ls -l /go/bin/smokescreen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment