diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-26 21:43:28 +0200 | 
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-26 21:43:28 +0200 | 
| commit | aec66320b9a8c0aa3904cd80a0a2dfa115f55a96 (patch) | |
| tree | 4d33688dbdb3254d301638db8e5ea4f784893eca /.github/workflows | |
| parent | 8c79798252b6b09817c39b6988e096d014585455 (diff) | |
Fix Go version in CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af8e6dc..ac1b4ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs:      strategy:        matrix:          go: -          - 1.20 +          - "1.20"          os:            - ubuntu-latest      steps:  | 
