Skip to content

Commit

Permalink
go.mod: downgrade to 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ibihim committed Aug 30, 2024
1 parent 89e7067 commit 5fe3fa4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module github.com/brancz/kube-rbac-proxy

<<<<<<< HEAD
go 1.21
=======
go 1.23
>>>>>>> v0.18.1
go 1.22.0

toolchain go1.23.0

require (
github.com/ghodss/yaml v1.0.0
Expand Down

0 comments on commit 5fe3fa4

Please sign in to comment.