Skip to content

Commit

Permalink
Upgrade Go
Browse files Browse the repository at this point in the history
  • Loading branch information
bfdes committed Nov 12, 2023
1 parent e5c8354 commit 07ca443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ URL shortener and redirect service [designed for](https://www.notion.so/URL-shor

### Requirements

- [Go](https://golang.org/) 1.20.*
- [Go](https://golang.org/) 1.21.*
- [Docker Engine](https://docs.docker.com/engine/) 20.*
- [Docker Compose](https://docs.docker.com/compose/) 2.*

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/bfdes/url-shortener

go 1.20
go 1.21

require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
Expand Down

0 comments on commit 07ca443

Please sign in to comment.