Skip to content

Commit 38d176f

Browse files
authored
Upgraded go version to 1.23.12. (#233)
1 parent 9e88ba7 commit 38d176f

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

.github/workflows/buildOnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go Env
2424
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2525
with:
26-
go-version: '1.23.6'
26+
go-version: '1.23.12'
2727

2828
- name: build tdx-cli
2929
run: |

.github/workflows/onmergerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go
3737
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3838
with:
39-
go-version: '1.23.6'
39+
go-version: '1.23.12'
4040

4141
- name: Style Checker
4242
run: |

.github/workflows/onpullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Go
6363
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
6464
with:
65-
go-version: "1.23.6"
65+
go-version: "1.23.12"
6666

6767
- name: Style Checker
6868
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/intel/trustauthority-client
66

77
go 1.23.0
88

9-
toolchain go1.23.6
9+
toolchain go1.23.12
1010

1111
require (
1212
github.com/NVIDIA/go-nvml v0.12.4-0

tdx-cli/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/intel/trustauthority-client/tdx-cli
66

77
go 1.23.0
88

9-
toolchain go1.23.6
9+
toolchain go1.23.12
1010

1111
require (
1212
github.com/golang-jwt/jwt/v5 v5.2.2
@@ -22,7 +22,6 @@ require (
2222
github.com/NVIDIA/go-nvml v0.12.4-0 // indirect
2323
github.com/canonical/go-sp800.108-kdf v0.0.0-20210314145419-a3359f2d21b9 // indirect
2424
github.com/canonical/go-tpm2 v1.7.6 // indirect
25-
github.com/confidentsecurity/go-nvtrust v0.1.2 // indirect
2625
github.com/davecgh/go-spew v1.1.1 // indirect
2726
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2827
github.com/goccy/go-json v0.10.2 // indirect

tdx-cli/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ github.com/canonical/go-tpm2 v1.7.6 h1:9k9OAEEp9xKp4h2WJwfTUNivblJi4L5Wjx7Q/LkST
44
github.com/canonical/go-tpm2 v1.7.6/go.mod h1:Dz0PQRmoYrmk/4BLILjRA+SFzuqEo1etAvYeAJiMhYU=
55
github.com/confidentsecurity/go-nvml v0.0.0-20250102214226-9a52cebf0382 h1:RhxhEDOaR076IHRBlcBHCITU9koTkkc0aDkMDoMKN5E=
66
github.com/confidentsecurity/go-nvml v0.0.0-20250102214226-9a52cebf0382/go.mod h1:8Llmj+1Rr+9VGGwZuRer5N/aCjxGuR5nPb/9ebBiIEQ=
7-
github.com/confidentsecurity/go-nvtrust v0.1.2 h1:emmbikw2wK7roMRF50WhHGa86XP0A9EpkXKbJXp2VHY=
8-
github.com/confidentsecurity/go-nvtrust v0.1.2/go.mod h1:f3XrJL9Bfo06tDxM415iKsj1l5cHAH4N4qEdKambhNo=
97
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
108
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
119
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)