ci: use Go 1.23

This commit is contained in:
Ayke van Laethem
2024-06-22 17:04:44 +02:00
committed by Ron Evans
parent b6c53a6f0e
commit 7e284a37fc
11 changed files with 29 additions and 21 deletions
+1
View File
@@ -55,6 +55,7 @@ const (
F_GETFL = 0x3
F_SETFL = 0x4
O_NONBLOCK = 0x4
TIOCSPGRP = 0x80047476
)
// Source: https://opensource.apple.com/source/xnu/xnu-7195.141.2/bsd/sys/errno.h.auto.html
+4
View File
@@ -104,6 +104,9 @@ const (
// ../../lib/wasi-libc/expected/wasm32-wasi/predefined-macros.txt
F_GETFL = 3
F_SETFL = 4
// ../../lib/wasi-libc/libc-top-half/musl/arch/generic/bits/ioctl.h
TIOCSPGRP = 0x5410
)
// These values are needed as a stub until Go supports WASI as a full target.
@@ -114,6 +117,7 @@ const (
SYS_FCNTL
SYS_FCNTL64
SYS_FSTATAT64
SYS_IOCTL
SYS_OPENAT
SYS_UNLINKAT
PATH_MAX = 4096