Update GO version in the go.mod and read it by the job to setup the testing environment for unit tests (#980)

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2024-06-28 15:59:31 +03:00
committed by GitHub
parent e36b09753a
commit 55d6097cc1
2 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
module github.com/photoview/photoview/api
go 1.18
go 1.22.0
require (
github.com/99designs/gqlgen v0.17.49