File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v3
2222 with :
23- go-version : 1.23
23+ go-version : 1.24
2424
2525 - name : lint
2626 run : |
Original file line number Diff line number Diff line change 1- FROM registry.suse.com/bci/golang:1.23
1+ FROM registry.suse.com/bci/golang:1.24
22
33ARG DAPPER_HOST_ARCH
44ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
@@ -8,7 +8,7 @@ RUN zypper -n rm container-suseconnect && \
88
99## install golangci
1010RUN if [ "${ARCH}" == "amd64" ]; then \
11- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.1 ; \
11+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.8 ; \
1212 fi
1313
1414ENV DAPPER_ENV REPO TAG DRONE_TAG
Original file line number Diff line number Diff line change 11module github.com/harvester/go-common
22
3- go 1.23.0
4-
5- toolchain go1.23.4
3+ go 1.24
64
75require (
86 github.com/coreos/go-systemd/v22 v22.5.0
You can’t perform that action at this time.
0 commit comments