Upgrade to Go 1.20

With the release of Go 1.20, version 1.18 is not supported anymore. This
change upgrades the project to Go 1.20.
This commit is contained in:
Michael Manganiello
2023-02-19 21:18:51 -03:00
committed by Jason Kulatunga
parent f94e616d8d
commit 7fd2e2b050
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/analogj/scrutiny
go 1.18
go 1.20
require (
github.com/analogj/go-util v0.0.0-20190301173314-5295e364eb14