Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: "1.22.5"
go-version-file: 'service/go.mod'
check-latest: false
cache-dependency-path: |
examples/go.sum
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: "1.22.5"
go-version-file: 'service/go.mod'
check-latest: false
cache-dependency-path: |
service/go.sum
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
against: "https://github.com/opentdf/platform.git#branch=main,subdir=service"
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: "1.22.5"
go-version-file: 'service/go.mod'
check-latest: false
cache-dependency-path: |
service/go.sum
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: "1.22.5"
go-version-file: 'service/go.mod'
check-latest: false
cache: false
- name: install go-licenses
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.22

use (
./examples
Expand Down
2 changes: 1 addition & 1 deletion service/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opentdf/platform/service

go 1.21
go 1.22

require (
github.com/Masterminds/squirrel v1.5.4
Expand Down