Skip to content

Commit

Permalink
Updating to Go 1.24 (#53)
Browse files Browse the repository at this point in the history
* Updating to Go 1.24

* Updated dependencies
  • Loading branch information
ryanrolds authored Feb 21, 2025
1 parent 63f0e81 commit 728ef6f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 83 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/solo-io/external-apis

go 1.23.2
go 1.24.0

require (
github.com/aws/aws-app-mesh-controller-for-k8s v1.1.1
Expand All @@ -10,7 +10,7 @@ require (
github.com/rotisserie/eris v0.1.1
github.com/servicemeshinterface/smi-sdk-go v0.4.1
github.com/solo-io/istio-operator-legacy v1.23.3
github.com/solo-io/skv2 v0.42.0
github.com/solo-io/skv2 v0.43.0
istio.io/client-go v1.24.0
k8s.io/api v0.32.2
k8s.io/apiextensions-apiserver v0.32.2
Expand Down Expand Up @@ -120,10 +120,10 @@ require (
github.com/shirou/gopsutil/v3 v3.23.2 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/solo-io/anyvendor v0.0.4 // indirect
github.com/solo-io/anyvendor v0.2.0 // indirect
github.com/solo-io/cue v0.4.7 // indirect
github.com/solo-io/go-utils v0.27.4 // indirect
github.com/solo-io/protoc-gen-ext v0.0.20 // indirect
github.com/solo-io/go-utils v0.28.4 // indirect
github.com/solo-io/protoc-gen-ext v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
Expand Down
Loading

0 comments on commit 728ef6f

Please sign in to comment.