Skip to content

Commit

Permalink
Changed go.mod go version back to 1.20 because there's no need for it…
Browse files Browse the repository at this point in the history
… to be 1.21
  • Loading branch information
neilotoole committed Mar 12, 2024
1 parent 14c4d79 commit b78ba5c
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,5 +1,5 @@
module github.com/neilotoole/fifomu

go 1.21
go 1.20

require golang.org/x/sync v0.6.0

0 comments on commit b78ba5c

Please sign in to comment.