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

View File

@@ -4,7 +4,7 @@ This repo contains the starter code for the "Notely" application for the "Learn
## Local Development ## Local Development
Make sure you're on Go version 1.20+. Make sure you're on Go version 1.22+.
Create a `.env` file in the root of the project with the following contents: Create a `.env` file in the root of the project with the following contents:

2
go.mod
View File

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