File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ See [docs/architecture.md](./docs/architecture.md)
4545### First Time Setup
4646
4747#### Required Tools
48- - [ Go 1.24 ] ( https://go.dev/dl/ )
48+ - [ Go 1.26.2 ] ( https://go.dev/dl/ )
4949- [ Node 22.x] ( https://nodejs.org ) (Ideally using [ nvm] ( https://github.com/nvm-sh/nvm ) )
5050- [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
5151- [ AWS CLI] ( https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html )
Original file line number Diff line number Diff line change 11module sgf-meetup-api
22
3- go 1.26.1
3+ go 1.26.2
44
55require (
66 github.com/aws/aws-cdk-go/awscdk/v2 v2.252.0
Original file line number Diff line number Diff line change 1- FROM golang:1.26.1
1+ FROM golang:1.26.2
22
33RUN mkdir -p /cache/go-cache /cache/go-modcache && \
44 chmod -R 777 /cache
You can’t perform that action at this time.
0 commit comments