diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05e26e2..0c6abcf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: '1.21.2' + go-version: '1.22.0' cache: true - name: Install dependencies run: go get . diff --git a/go.mod b/go.mod index 49eadf9..615c2ad 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/UiPath/uipathcli -go 1.21 +go 1.22 require ( github.com/getkin/kin-openapi v0.120.0