We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 866cd0b + 5ef2bb1 commit 21f8a36Copy full SHA for 21f8a36
.github/workflows/image.yml
@@ -41,8 +41,11 @@ jobs:
41
- "1.23.3"
42
- "1.23.4"
43
- "1.23.5"
44
+ - "1.23.6"
45
+ - "1.23.7"
46
- "1.24.0"
47
+ - "1.24.1"
48
with:
49
go_version: ${{ matrix.go_version }}
- latest_current: "1.24.0"
- latest_previous: "1.23.5"
50
+ latest_current: "1.24.1"
51
+ latest_previous: "1.23.7"
.github/workflows/test.yml
@@ -25,8 +25,8 @@ jobs:
25
fail-fast: false
26
matrix:
27
go_version:
28
- - "1.24.0"
29
- - "1.23.5"
30
case:
31
- c
32
- cpp
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION="1.24.0"
+ARG GO_VERSION="1.24.1"
4
ARG OSXCROSS_VERSION="11.3"
5
ARG GHQ_VERSION="1.6.1"
6
ARG XX_VERSION="1.6.1"
0 commit comments