From 5e1b5ca4e8f50f89b6eea3fb6570efd4701ade13 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Thu, 28 Sep 2023 16:55:52 -0500 Subject: [PATCH] [v3] typo - missing comma --- .github/workflows/build-and-test-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-alpha.yml b/.github/workflows/build-and-test-alpha.yml index 5ee3bf448..b9d31704f 100644 --- a/.github/workflows/build-and-test-alpha.yml +++ b/.github/workflows/build-and-test-alpha.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest ubuntu-latest] + os: [windows-latest, macos-latest, ubuntu-latest] go-version: [1.21] steps: