bumbed Go version requirement to 1.22

added go.work.sum to .gitignore
This commit is contained in:
JetSetIlly 2024-04-05 09:33:58 +01:00
parent 08f105af6b
commit a0b18e9a96
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -30,3 +30,4 @@ armcode.map
*.bin
*.macro
go.work
go.work.sum

2
go.mod
View file

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