diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 43f5c926c..c2ba6aa95 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: name: test build strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x] runs-on: ubuntu-latest steps: - name: Set up Go 1.x