diff options
author | Ayke van Laethem <[email protected]> | 2024-06-22 17:04:44 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-08-17 11:49:14 +0200 |
commit | 7e284a37fccc970e05db124863c66c26c8e0ff40 (patch) | |
tree | a4eabbfeccc21caac40a34efa39a40eb58002f00 /GNUmakefile | |
parent | b6c53a6f0e4b4adca49a2011698bbb690c688eb9 (diff) | |
download | tinygo-7e284a37fccc970e05db124863c66c26c8e0ff40.tar.gz tinygo-7e284a37fccc970e05db124863c66c26c8e0ff40.zip |
ci: use Go 1.23
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 1fe2a5a6c..94d9c357d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -370,7 +370,6 @@ endif # Additional standard library packages that pass tests on individual platforms TEST_PACKAGES_LINUX := \ archive/zip \ - bytes \ compress/flate \ crypto/hmac \ debug/dwarf \ @@ -381,7 +380,6 @@ TEST_PACKAGES_LINUX := \ net \ os/user \ strconv \ - testing/fstest \ text/tabwriter \ text/template/parse |