correct toolchain requirement. 1.22.0 instead of 1.22

fixes change made in a0b18e9
This commit is contained in:
JetSetIlly 2024-04-08 20:01:10 +01:00
parent 5d7551cf61
commit a2e1763369

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/jetsetilly/gopher2600
go 1.22
go 1.22.0
require (
github.com/go-audio/audio v1.0.0