Update for Golang 2.6.2
All checks were successful
Continuous Integration / CI (push) Successful in 3m52s
All checks were successful
Continuous Integration / CI (push) Successful in 3m52s
Bumped Version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1-experimental
|
||||
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.24.3-alpine AS base
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.26.2-alpine AS base
|
||||
WORKDIR /src
|
||||
ENV CGO_ENABLED=1
|
||||
RUN apk update
|
||||
@@ -26,7 +26,7 @@ RUN --mount=target=. \
|
||||
--mount=type=cache,target=/root/.cache/go-build \
|
||||
go test -v -coverprofile=/out/cover.out ./...
|
||||
|
||||
FROM golangci/golangci-lint:v2.1.6-alpine AS lint-base
|
||||
FROM golangci/golangci-lint:v2.11.4-alpine AS lint-base
|
||||
|
||||
FROM base AS lint
|
||||
RUN --mount=target=. \
|
||||
|
||||
Reference in New Issue
Block a user