Skip to content

Commit 4945a87

Browse files
committed
common: bump golang 1.24
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
1 parent 7bb1c9e commit 4945a87

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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: |

Dockerfile.dapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/golang:1.23
1+
FROM registry.suse.com/bci/golang:1.24
22

33
ARG DAPPER_HOST_ARCH
44
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
@@ -8,7 +8,7 @@ RUN zypper -n rm container-suseconnect && \
88

99
## install golangci
1010
RUN 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

1414
ENV DAPPER_ENV REPO TAG DRONE_TAG

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/harvester/go-common
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.24
64

75
require (
86
github.com/coreos/go-systemd/v22 v22.5.0

0 commit comments

Comments
 (0)