diff --git a/.github/actions/extism-cli/action.yml b/.github/actions/extism-cli/action.yml index fa776c3..55304a9 100644 --- a/.github/actions/extism-cli/action.yml +++ b/.github/actions/extism-cli/action.yml @@ -25,7 +25,7 @@ runs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' check-latest: true - name: Cache extism-cli diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6d84c..6c11521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' check-latest: true - name: Test CLI