diff options
author | sjlleo <[email protected]> | 2021-11-09 10:26:23 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-09 10:26:23 +0800 |
commit | fe620a99ce0fd5316917bedb97fc3a696f3bb857 (patch) | |
tree | 25f1be4f35a8400f8bdaa2d4a8185ec55c955a1b | |
parent | 80e242b090c8a5573a0f43283b1dbdaea92fb4ee (diff) |
Update go.yml
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 96de4ed..69c1984 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: go_version: [1.17.1] - os: [ubuntu-latest,macos-latest] + os: [ubuntu-latest, macos-latest] steps: |