diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9cd09..3a7ddbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.21.x' + go-version: '1.22.x' token: ${{ secrets.GITHUB_TOKEN }} cache-dependency-path: | datatrails-common-api/go.sum diff --git a/datatrails-common-api/go.mod b/datatrails-common-api/go.mod index e62713f..24e3388 100644 --- a/datatrails-common-api/go.mod +++ b/datatrails-common-api/go.mod @@ -3,7 +3,7 @@ module github.com/datatrails/go-datatrails-common-api-gen // Note: the go code is hosted in github.com/datatrails/go-datatrails-common-api-gen // hence the module name -go 1.21 +go 1.22 // This allows this module to operate as tho it were the generated module. This // allows us to manage the proto tool dependencies via this go.mod. This go.mod