Update to go1.22

This commit is contained in:
Tom Wiesing 2024-04-08 23:28:49 +02:00
parent 626798c86d
commit ee2f6e08c6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: CI
on: [push, pull_request] on: [push, pull_request]
env: env:
GO_VERSION: '~1.21' GO_VERSION: '~1.22'
GO_STABLE: 'true' GO_STABLE: 'true'
NODE_VERSION: 18 NODE_VERSION: 18

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/FAU-CDI/wisski-distillery module github.com/FAU-CDI/wisski-distillery
go 1.21.3 go 1.22.2
require ( require (
github.com/FAU-CDI/wdresolve v0.0.0-20230108072141-c9c6779d7c41 github.com/FAU-CDI/wdresolve v0.0.0-20230108072141-c9c6779d7c41