diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a300d72..59eac2c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - go: ['1.12', '1.13', '1.14', '1.15'] + go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18'] steps: - name: Go ${{ matrix.go }} uses: actions/setup-go@v1