Skip to content

Commit

Permalink
use specific go version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani committed May 22, 2024
1 parent 6b1dbad commit df16d48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/solo-io/external-apis

go 1.22

toolchain go1.22.1
go 1.22.1

replace (
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
Expand Down

0 comments on commit df16d48

Please sign in to comment.