From b131f8ddc05547a0d37bee1b6ebbcca4c48bb20d Mon Sep 17 00:00:00 2001 From: Paul Hewlett <1104895+eccles@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:21:02 +0000 Subject: [PATCH] Go 1.22 (#17) Use go 1.22.1 AB#9064 --- .github/workflows/ci.yml | 2 +- datatrails-common-api/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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