Skip to content

Commit 96d8b1a

Browse files
authored
chore: use major-minor and enable gotoolchain=auto (#85)
Signed-off-by: pohanhuang <pohan.huang@suse.com>
1 parent 12f6f0a commit 96d8b1a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM golangci/golangci-lint:v2.12.2-alpine@sha256:91b27804074a0bacea298707f016911e60cf0cdbc6c7bf5ccacb5f0606d18d60 AS golangci-lint-bin
22

3-
FROM registry.suse.com/bci/golang:1.26.0 AS builder
3+
FROM registry.suse.com/bci/golang:1.26 AS builder
4+
ENV GOTOOLCHAIN=auto
5+
46
ARG MK_HOST_ARCH
57
ENV ARCH=$MK_HOST_ARCH
68
RUN zypper in -y bash git gcc docker vim less file curl wget ca-certificates trousers-devel

0 commit comments

Comments
 (0)