From 76166f09f667db1947726364b9c9e8a0c7bcdb94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:24:20 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26.x --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/integration.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba7211d..4581521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: - go-version: '1.25.x' + go-version: '1.26.x' cache: true - run: go mod download - run: go test ./... diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5055967..26c9e21 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: languages: go - uses: actions/setup-go@v6 with: - go-version: '1.25.x' + go-version: '1.26.x' cache: true - run: go mod download - uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 46dd6ae..2cf01c2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: - go-version: '1.25.x' + go-version: '1.26.x' cache: true - run: go build -o ./olav ./cmd/olav - name: Resolve docker registry image