diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2559cd73..e81b73ee 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.14', '1.15' ] + go: [ 1.15.x, 1.16.x ] steps: - name: Set up Go @@ -32,13 +32,12 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.14' + go-version: 1.16.x - name: Check out code uses: actions/checkout@v2 - name: Fuzz run: | - export GOPATH=$GOROOT make -f Makefile.fuzz get make -f Makefile.fuzz