diff options
| -rw-r--r-- | .github/workflows/go.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 88e9d21..98acdd6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,12 +15,12 @@ jobs:      strategy:        fail-fast: false        matrix: -        go: ['1.17', '1.18', '1.19', ''] +        go: ['1.17', '1.18', '1.19']      steps:      - id: go        name: Set up Go -      uses: actions/setup-go@v1 +      uses: actions/setup-go@v3        with:          go-version: ${{ matrix.go }}  | 
