Skip to content

Commit

Permalink
Go 1.22
Browse files Browse the repository at this point in the history
Use go 1.22.1

AB#9064
  • Loading branch information
eccles committed Mar 12, 2024
1 parent c1b2c20 commit c9de36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion datatrails-common-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9de36d

Please sign in to comment.