diff --git a/.circleci/config.yml b/.circleci/config.yml index 51768a80..34a847e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,15 +102,15 @@ commands: - run: make fmt-check jobs: - test-llvm11-go115: + test-llvm11-go116: docker: - - image: circleci/golang:1.15-buster + - image: circleci/golang:1.16-buster steps: - test-linux: llvm: "11" - test-llvm12-go116: + test-llvm12-go117: docker: - - image: circleci/golang:1.16-buster + - image: circleci/golang:1.17-buster steps: - test-linux: llvm: "12" @@ -118,5 +118,5 @@ jobs: workflows: test-all: jobs: - - test-llvm11-go115 - - test-llvm12-go116 + - test-llvm11-go116 + - test-llvm12-go117 diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d0ab2eee..fe2237e3 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -10,12 +10,12 @@ on: jobs: build-macos: name: build-macos - runs-on: macos-10.15 + runs-on: macos-10.16 steps: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - name: Install Dependencies shell: bash run: | diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 46c6a8d7..562de7bb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -26,7 +26,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - name: Cache Go uses: actions/cache@v2 with: @@ -108,7 +108,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - name: Install wasmtime run: | curl https://wasmtime.dev/install.sh -sSf | bash @@ -160,7 +160,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - name: Install Node.js uses: actions/setup-node@v2 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 47c00dc0..238379d1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - uses: brechtm/setup-scoop@v2 - name: Install Dependencies shell: bash