Skip to content

Commit

Permalink
Bump Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonweeks committed May 22, 2023
1 parent 3ef3949 commit 0001bf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 54 deletions.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-attestation

go 1.16
go 1.19

require (
github.com/google/go-cmp v0.5.9
Expand All @@ -9,3 +9,8 @@ require (
github.com/google/go-tspi v0.3.0
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
)

require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
)
Loading

0 comments on commit 0001bf2

Please sign in to comment.