We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328f2bd commit f08f84dCopy full SHA for f08f84d
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/setup-go@v5
58
with:
59
cache: false
60
- go-version: 1.23.0
+ go-version: 1.23.2
61
- name: Setup qemu
62
uses: docker/setup-qemu-action@v3
63
- name: Set up Docker Buildx
internal/ci/repo/repo.cue
@@ -40,7 +40,7 @@ matrixGo: ["1.22.x", latestGo]
40
// Use a specific latest version for release builds.
41
// Note that we don't want ".x" for the sake of reproducibility,
42
// so we instead pin a specific Go release.
43
-pinnedReleaseGo: "1.23.0"
+pinnedReleaseGo: "1.23.2"
44
45
goreleaserVersion: "v2.0.1"
46
0 commit comments