Skip to content

Commit c9de36d

Browse files
committed
Go 1.22
Use go 1.22.1 AB#9064
1 parent c1b2c20 commit c9de36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.21.x'
21+
go-version: '1.22.x'
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
cache-dependency-path: |
2424
datatrails-common-api/go.sum

datatrails-common-api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/datatrails/go-datatrails-common-api-gen
33
// Note: the go code is hosted in github.com/datatrails/go-datatrails-common-api-gen
44
// hence the module name
55

6-
go 1.21
6+
go 1.22
77

88
// This allows this module to operate as tho it were the generated module. This
99
// allows us to manage the proto tool dependencies via this go.mod. This go.mod

0 commit comments

Comments
 (0)