Skip to content

Commit

Permalink
chore: update go versions of sub packages (#1000)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase authored Jan 4, 2025
1 parent 3cc8809 commit 28aea64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/liquidmetal-dev/flintlock/api

go 1.17
go 1.23

require (
github.com/containerd/typeurl/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/liquidmetal-dev/flintlock/client

go 1.17
go 1.23

require (
github.com/onsi/gomega v1.18.1
Expand Down

0 comments on commit 28aea64

Please sign in to comment.