diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 21461a1..955ce1d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 6daf6f1..bd30a04 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/strongo/logusgcloud go 1.22.7 -toolchain go1.24.6 +toolchain go1.25.0 require ( cloud.google.com/go/logging v1.13.0