Skip to content

Commit f572e29

Browse files
committed
Bump go to v1.24.11
Signed-off-by: Renovate Bot <[email protected]>
1 parent 967ab09 commit f572e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $BUILDIMAGE
44
ARG TARGETARCH
55
RUN set -ex; \
66
# Need to use the gold linker on ARM, Go really wants to have it.
7-
# https://github.com/golang/go/blob/go1.24.10/src/cmd/link/internal/ld/lib.go#L1674-L1693
7+
# https://github.com/golang/go/blob/go1.24.11/src/cmd/link/internal/ld/lib.go#L1674-L1693
88
case "$TARGETARCH" in \
99
arm*) binutils=binutils-gold ;; \
1010
*) binutils=binutils ;; \

internal/pkg/file/atomic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func TestWriteAtomically(t *testing.T) {
215215
)
216216
assert.Equal(t, file, linkErr.New)
217217
if runtime.GOOS == "windows" {
218-
// https://github.com/golang/go/blob/go1.24.10/src/syscall/types_windows.go#L11
218+
// https://github.com/golang/go/blob/go1.24.11/src/syscall/types_windows.go#L11
219219
//revive:disable-next-line:var-naming
220220
const ERROR_ACCESS_DENIED syscall.Errno = 5
221221
var errno syscall.Errno

0 commit comments

Comments
 (0)