Skip to content

Commit f33045d

Browse files
committed
chore: upgrade Go version
1 parent 584699c commit f33045d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sgf-meetup-api
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/aws/aws-cdk-go/awscdk/v2 v2.252.0

pkg/infra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1
1+
FROM golang:1.26.2
22

33
RUN mkdir -p /cache/go-cache /cache/go-modcache && \
44
chmod -R 777 /cache

0 commit comments

Comments
 (0)