diff options
| -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 3dbb91d..789916d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs:      strategy:        fail-fast: false        matrix: -        go: ['1.13', '1.14', '1.15', '1.16'] +        go: ['1.17', '1.18', '1.19', 'latest']      steps:      - id: go  | 
