Skip to content

Commit

Permalink
Merge pull request #386 from bootdotdev/dh/update_go_version
Browse files Browse the repository at this point in the history
update go version to 1.22
  • Loading branch information
squashd authored May 22, 2024
2 parents bcce6df + 56b2932 commit 59115e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 59115e6

Please sign in to comment.