Skip to content

Commit 56b2932

Browse files
committed
update go version to 1.22
1 parent bcce6df commit 56b2932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo contains the starter code for the "Notely" application for the "Learn
44

55
## Local Development
66

7-
Make sure you're on Go version 1.20+.
7+
Make sure you're on Go version 1.22+.
88

99
Create a `.env` file in the root of the project with the following contents:
1010

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bootdotdev/learn-cicd-starter
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/go-chi/chi v1.5.4

0 commit comments

Comments
 (0)