diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c8565a..96842d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.17.x, 1.16.x ] + go-version: [ 1.17.x, 1.18.x ] platform: [ ubuntu-latest ] runs-on: ${{ matrix.platform }} steps: