diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0a6260..5267fe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.14', '1.15', '1.16'] + go: ['1.14', '1.15', '1.16', '1.17'] env: VERBOSE: 1 GOFLAGS: -mod=readonly diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 333eb69..20e04b8 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.16' + go-version: '1.17' - name: Checkout code uses: actions/checkout@v2