Skip to content

Commit

Permalink
Update go version to 1.21
Browse files Browse the repository at this point in the history
Since 1.18 is already EOL and all our tooling migrated to go-1.21

- https://endoflife.date/go
  • Loading branch information
praveenkumar committed Jun 19, 2024
1 parent 2e7afeb commit f1f5cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.19
go 1.21
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/crc-org/crc/tools

go 1.19
go 1.21

require (
github.com/cfergeau/gomod2rpmdeps v0.0.0-20210223144124-2042c4850ca8
Expand Down

0 comments on commit f1f5cb4

Please sign in to comment.