feat(deps): update go compiler to 1.24
This commit was merged in pull request #393.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 AS builder_go
|
FROM golang:1.24.0 AS builder_go
|
||||||
WORKDIR /web-app-template
|
WORKDIR /web-app-template
|
||||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
|
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||||
RUN go install github.com/a-h/templ/cmd/templ@latest
|
RUN go install github.com/a-h/templ/cmd/templ@latest
|
||||||
RUN go install github.com/vektra/mockery/v2@latest
|
RUN go install github.com/vektra/mockery/v2@latest
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
|||||||
Reference in New Issue
Block a user