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
No related branches found
No related tags found
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 # Don't build a static binary, the duckdb libraries need NSS for name
# resolution and such anyway. # resolution and such anyway.
FROM golang:1.22 AS build FROM golang:1.24 AS build
ADD . /src ADD . /src
WORKDIR /src WORKDIR /src
RUN go build -trimpath -o /pqlogd ./cmd/pqlogd 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