Skip to content

Commit

Permalink
fix: go.mod file indicates go 1.21, but maximum version supported by …
Browse files Browse the repository at this point in the history
…tidy is 1.20
  • Loading branch information
mirkobrombin committed Feb 26, 2024
1 parent bcbc6ee commit b090795
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/mirkobrombin/dabadee

go 1.21
go 1.20

require (
github.com/minio/highwayhash v1.0.2
Expand Down

0 comments on commit b090795

Please sign in to comment.