Skip to content

Commit

Permalink
Upgrade to Go 1.24 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds authored Feb 21, 2025
1 parent 86d005a commit 8147841
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog/v0.3.0/go-124.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
- type: BREAKING_CHANGE
description: Bumped the Go version to 1.24.0
dependencyOwner: golang
dependencyRepo: go
dependencyTag: v1.24.0
issueLink: https://github.com/solo-io/solo-projects/issues/7609
resolvesIssue: false
17 changes: 14 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
module github.com/solo-io/ext-auth-plugins

go 1.13
go 1.24

require (
github.com/envoyproxy/go-control-plane v0.9.8
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7 // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.27.0
)

require (
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7 // indirect
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/protobuf v1.23.0 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)

0 comments on commit 8147841

Please sign in to comment.