File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $BUILDIMAGE
44ARG TARGETARCH
55RUN 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 ;; \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments