We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b2c20 commit c9de36dCopy full SHA for c9de36d
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Go
19
uses: actions/setup-go@v4
20
with:
21
- go-version: '1.21.x'
+ go-version: '1.22.x'
22
token: ${{ secrets.GITHUB_TOKEN }}
23
cache-dependency-path: |
24
datatrails-common-api/go.sum
datatrails-common-api/go.mod
@@ -3,7 +3,7 @@ module github.com/datatrails/go-datatrails-common-api-gen
3
// Note: the go code is hosted in github.com/datatrails/go-datatrails-common-api-gen
4
// hence the module name
5
6
-go 1.21
+go 1.22
7
8
// This allows this module to operate as tho it were the generated module. This
9
// allows us to manage the proto tool dependencies via this go.mod. This go.mod
0 commit comments