We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51163c3 commit dbcf289Copy full SHA for dbcf289
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Go environment
26
uses: actions/setup-go@v3
27
with:
28
- go-version: '1.24.2'
+ go-version: '1.25.2'
29
30
- name: Install dependencies
31
run: yarn install --immutable --prefer-offline
go.mod
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/cloud-logging-data-source-plugin
2
3
go 1.23.0
4
5
-toolchain go1.24.2
+toolchain go1.25.3
6
7
require (
8
cloud.google.com/go/logging v1.13.0
0 commit comments