diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89b1c95..310b923 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up go uses: actions/setup-go@v1 with: - go-version: "1.18" + go-version: "1.22.2" - run: go test -coverprofile=coverage.txt -covermode=atomic ./... if: matrix.os == 'ubuntu-latest' - run: go test