diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0a120b1..0eb8049 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version: '1.26' - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 3f84693..8deaeb9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/strongo/logusgcloud go 1.24.0 -toolchain go1.25.7 +toolchain go1.26.0 require ( cloud.google.com/go/logging v1.13.2