Skip to content

Commit 866cd0b

Browse files
authored
Merge pull request #139 from crazy-max/update
Go 1.23.1, 1.23.2, 1.23.3, 1.23.4, 1.23.5, 1.24.0
2 parents 32858c1 + 85239e5 commit 866cd0b

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

.github/workflows/image.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
go_version:
38-
- "1.22.0"
39-
- "1.22.1"
40-
- "1.22.2"
41-
- "1.22.3"
42-
- "1.22.4"
43-
- "1.22.5"
44-
- "1.22.6"
4538
- "1.23.0"
39+
- "1.23.1"
40+
- "1.23.2"
41+
- "1.23.3"
42+
- "1.23.4"
43+
- "1.23.5"
44+
- "1.24.0"
4645
with:
4746
go_version: ${{ matrix.go_version }}
48-
latest_current: "1.23.0"
49-
latest_previous: "1.22.6"
47+
latest_current: "1.24.0"
48+
latest_previous: "1.23.5"

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
go_version:
28-
- 1.23.0
29-
- 1.22.6
28+
- "1.24.0"
29+
- "1.23.5"
3030
case:
3131
- c
3232
- cpp

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION="1.23.0"
3+
ARG GO_VERSION="1.24.0"
44
ARG OSXCROSS_VERSION="11.3"
55
ARG GHQ_VERSION="1.6.1"
6-
ARG XX_VERSION="1.4.0"
7-
ARG ALPINE_VERSION="3.20"
6+
ARG XX_VERSION="1.6.1"
7+
ARG ALPINE_VERSION="3.21"
88
ARG PLATFORMS="linux/386 linux/amd64 linux/arm64 linux/arm/v5 linux/arm/v6 linux/arm/v7 linux/mips linux/mipsle linux/mips64 linux/mips64le linux/ppc64le linux/riscv64 linux/s390x windows/386 windows/amd64"
99

1010
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
11-
FROM --platform=$BUILDPLATFORM golang:1.22-alpine${ALPINE_VERSION} AS base
11+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine${ALPINE_VERSION} AS base
1212
COPY --from=xx / /
1313
ENV CGO_ENABLED=0
1414
RUN apk add --no-cache file git

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/crazy-max/xgo
22

3-
go 1.17
3+
go 1.23.0

0 commit comments

Comments
 (0)