Skip to content
Snippets Groups Projects
Commit 8d6419f8 authored by ale's avatar ale
Browse files

Merge branch 'renovate/golang-1.x' into 'master'

Update golang Docker tag to v1.22

See merge request !5
parents 76aa8ab1 e014db31
Branches
No related tags found
1 merge request!5Update golang Docker tag to v1.22
Pipeline #69569 passed
# Don't build a static binary, the duckdb libraries need NSS for name
# resolution and such anyway.
FROM golang:1.21 AS build
FROM golang:1.22 AS build
ADD . /src
WORKDIR /src
RUN go build -trimpath -o /pqlogd ./cmd/pqlogd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment