File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed
Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module github.com/intel/trustauthority-client
66
77go 1.23.0
88
9- toolchain go1.23.6
9+ toolchain go1.23.12
1010
1111require (
1212 github.com/NVIDIA/go-nvml v0.12.4-0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module github.com/intel/trustauthority-client/tdx-cli
66
77go 1.23.0
88
9- toolchain go1.23.6
9+ toolchain go1.23.12
1010
1111require (
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
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ github.com/canonical/go-tpm2 v1.7.6 h1:9k9OAEEp9xKp4h2WJwfTUNivblJi4L5Wjx7Q/LkST
44github.com/canonical/go-tpm2 v1.7.6 /go.mod h1:Dz0PQRmoYrmk/4BLILjRA+SFzuqEo1etAvYeAJiMhYU =
55github.com/confidentsecurity/go-nvml v0.0.0-20250102214226-9a52cebf0382 h1:RhxhEDOaR076IHRBlcBHCITU9koTkkc0aDkMDoMKN5E =
66github.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 =
97github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
108github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
119github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments