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

Update golang Docker tag to v1.24

parent 78bb5a12
Branches
Tags
1 merge request!16Update golang Docker tag to v1.24
Pipeline #87599 failed
# Don't build a static binary, the duckdb libraries need NSS for name
# resolution and such anyway.
FROM golang:1.22 AS build
FROM golang:1.24 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