From 97fdd1dcacf6e9fd00d8ab333b38590dd72dd760 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Wed, 12 Jul 2023 18:15:12 +0200 Subject: [PATCH] Fix NetBSD CI (#571) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e34890..aeb6b5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,10 +96,10 @@ jobs: # NetBSD testNetBSD: runs-on: macos-12 - name: test (netbsd, 1.18) + name: test (netbsd, 1.20) steps: - uses: actions/checkout@v3 - - name: test (netbsd, 1.18) + - name: test (netbsd, 1.20) id: test uses: vmactions/netbsd-vm@v0 with: @@ -107,7 +107,7 @@ jobs: # TODO: no -race for the same reason as OpenBSD (the timing; it does run). run: | useradd -mG wheel action - su action -c 'go118 test ./...' + su action -c 'go120 test ./...' # illumos testillumos: -- 2.50.1