File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2525 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2626 with :
27- go-version : " 1.21.13 "
27+ go-version : " 1.24.1 "
2828 - run : go mod download
2929 - name : Firestore Emulator
3030 run : docker run -d -p 9000:9000 gcr.io/google.com/cloudsdktool/cloud-sdk:emulators gcloud emulators firestore start --host-port=0.0.0.0:9000
4646 - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
4747 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
4848 with :
49- go-version : " 1.21.13 "
49+ go-version : " 1.24.1 "
5050 - name : golangci-lint
5151 uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
5252 with :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/nownabe/golink/backend
22
33go 1.23.0
44
5- toolchain go1.23.6
5+ toolchain go1.24.2
66
77require (
88 cloud.google.com/go/compute/metadata v0.6.0
You can’t perform that action at this time.
0 commit comments