Skip to content

Commit 21f8a36

Browse files
authored
Merge pull request #140 from crazy-max/update
Go 1.23.6, 1.23.7, 1.24.1
2 parents 866cd0b + 5ef2bb1 commit 21f8a36

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/image.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ jobs:
4141
- "1.23.3"
4242
- "1.23.4"
4343
- "1.23.5"
44+
- "1.23.6"
45+
- "1.23.7"
4446
- "1.24.0"
47+
- "1.24.1"
4548
with:
4649
go_version: ${{ matrix.go_version }}
47-
latest_current: "1.24.0"
48-
latest_previous: "1.23.5"
50+
latest_current: "1.24.1"
51+
latest_previous: "1.23.7"

.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.24.0"
29-
- "1.23.5"
28+
- "1.24.1"
29+
- "1.23.7"
3030
case:
3131
- c
3232
- cpp

Dockerfile

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

3-
ARG GO_VERSION="1.24.0"
3+
ARG GO_VERSION="1.24.1"
44
ARG OSXCROSS_VERSION="11.3"
55
ARG GHQ_VERSION="1.6.1"
66
ARG XX_VERSION="1.6.1"

0 commit comments

Comments
 (0)