fix: specify go toolchain in go.mod (fix #3252) (#3253)

This commit is contained in:
Nabiel Omar Syarif
2024-04-22 09:06:33 +07:00
committed by GitHub
parent 06a79a2e37
commit 16f209eada

2
go.mod
View File

@@ -2,6 +2,8 @@ module github.com/usememos/memos
go 1.22
toolchain go1.22.2
require (
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.11