diff options
| author | Smoke <[email protected]> | 2024-01-23 10:56:13 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-01-23 10:56:13 -1000 |
| commit | 99d50792e1ac1ac0bd9ccd29ecb85ddb4f09a553 (patch) | |
| tree | 4755f4ea4bdc37d9bdf6dad71001f09b43330a1b /.github | |
| parent | 5e21b9591bf90ef5c36d7ddf7ba6cd8b8bca5a59 (diff) | |
maybe we dont like arrays
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-and-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 2cbae52..a5ed0e5 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -14,7 +14,7 @@ jobs: test-nocache: strategy: matrix: - go-version: [ ${{ env.GO_VERSION }} ] + go-version: ${{ env.GO_VERSION }} os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} |
