We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcce6df + 56b2932 commit 59115e6Copy full SHA for 59115e6
README.md
@@ -4,7 +4,7 @@ This repo contains the starter code for the "Notely" application for the "Learn
4
5
## Local Development
6
7
-Make sure you're on Go version 1.20+.
+Make sure you're on Go version 1.22+.
8
9
Create a `.env` file in the root of the project with the following contents:
10
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bootdotdev/learn-cicd-starter
2
3
-go 1.20
+go 1.22
require (
github.com/go-chi/chi v1.5.4
0 commit comments