Merge pull request #386 from bootdotdev/dh/update_go_version

update go version to 1.22
This commit is contained in:
Dan Hjartland
2024-05-22 20:30:59 +02:00
committed by GitHub
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
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:

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