From 56b29326bb9b1f3030ec2e2b7c1cfe33ba819e87 Mon Sep 17 00:00:00 2001 From: Daniel Hjartland Date: Wed, 22 May 2024 19:44:41 +0200 Subject: [PATCH] update go version to 1.22 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acf774d..c2bec03 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/go.mod b/go.mod index 02b6c62..09e04f9 100644 --- a/go.mod +++ b/go.mod @@ -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