update go version to 1.22

This commit is contained in:
Daniel Hjartland
2024-05-22 19:44:41 +02:00
parent bcce6df1b0
commit 56b29326bb
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/bootdotdev/learn-cicd-starter
go 1.20
go 1.22
require (
github.com/go-chi/chi v1.5.4