Skip to content

Commit

Permalink
Merge pull request #794 from xperimental/downgrade-minimum-go
Browse files Browse the repository at this point in the history
Set minimum Go version to 1.22
  • Loading branch information
philipgough authored Jan 28, 2025
2 parents 838eb5d + 2bb4816 commit d7c3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/observatorium/api

go 1.23.0
go 1.22.0

require (
github.com/brancz/kube-rbac-proxy v0.16.1
Expand Down

0 comments on commit d7c3b1e

Please sign in to comment.