diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 789916d..88e9d21 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.17', '1.18', '1.19', 'latest'] + go: ['1.17', '1.18', '1.19', ''] steps: - id: go