Skip to content

Commit dbcf289

Browse files
committed
Update dependency go
1 parent 51163c3 commit dbcf289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go environment
2626
uses: actions/setup-go@v3
2727
with:
28-
go-version: '1.24.2'
28+
go-version: '1.25.2'
2929

3030
- name: Install dependencies
3131
run: yarn install --immutable --prefer-offline

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/cloud-logging-data-source-plugin
22

33
go 1.23.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.3
66

77
require (
88
cloud.google.com/go/logging v1.13.0

0 commit comments

Comments
 (0)