Skip to content

Commit 0446ef6

Browse files
chore(deps): update dependency go to v1.24.1
1 parent f2bffc7 commit 0446ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backend-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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:

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nownabe/golink/backend
22

33
go 1.23.0
44

5-
toolchain go1.23.6
5+
toolchain go1.24.1
66

77
require (
88
cloud.google.com/go/compute/metadata v0.6.0

0 commit comments

Comments
 (0)