Skip to content
Snippets Groups Projects
Commit e014db31 authored by renovate's avatar renovate
Browse files

Update golang Docker tag to v1.22

parent 76aa8ab1
No related branches found
No related tags found
1 merge request!5Update golang Docker tag to v1.22
Pipeline #69567 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.
Finish editing this message first!
Please register or to comment