Skip to content

Commit

Permalink
chore(core): Updates go patch version (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored May 8, 2024
1 parent 7bf6513 commit 8de5205
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22.2"
go-version: "1.22.3"
check-latest: false
cache-dependency-path: |
examples/go.sum
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22.2"
go-version: "1.22.3"
check-latest: false
cache-dependency-path: |
service/go.sum
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
against: "https://github.com/opentdf/platform.git#branch=main,subdir=service"
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22.2"
go-version: "1.22.3"
check-latest: false
cache-dependency-path: |
service/go.sum
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22.2"
go-version: "1.22.3"
check-latest: false
cache: false
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22.2"
go-version: "1.22.3"
check-latest: false
cache-dependency-path: |
sdk/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 'Setup Go'
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.22.2'
go-version: '1.22.3'
check-latest: false
cache-dependency-path: |
service/go.sum
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opentdf/platform/examples

go 1.22
go 1.22.3

require (
github.com/opentdf/platform/protocol/go v0.1.0
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.22
go 1.22.3

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

go 1.22
go 1.22.3

require github.com/Nerzal/gocloak/v13 v13.9.0

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

go 1.22
go 1.22.3

require github.com/stretchr/testify v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion protocol/go/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opentdf/platform/sdk

go 1.22
go 1.22.3

require (
github.com/docker/go-connections v0.5.0
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.22
go 1.22.3

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

0 comments on commit 8de5205

Please sign in to comment.