diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8fdc3eb..acb23ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go_version: [1.15, 1.16, 1.17, 1.18] + go_version: [1.16, 1.17, 1.18, 1.19] steps: - name: Check out codes