From 53ccec3214ff38183c7ef7f19dddc5a98e179e96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:11:55 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.5 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release-draft.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8915c78..a30526c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3.0.2 - uses: actions/setup-go@v2 with: - go-version: '1.16.x' + go-version: '1.26.x' - uses: actions/cache@v2 with: # In order: @@ -46,7 +46,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v2 with: - go-version: '1.16.x' + go-version: '1.26.x' - name: List run: go list -mod=mod all - name: Run coverage diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index fc89f39..2b63cbc 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3.0.2 - uses: actions/setup-go@v2 with: - go-version: '1.16.x' + go-version: '1.26.x' - uses: actions/cache@v2 with: # In order: @@ -46,7 +46,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v2 with: - go-version: '1.16.x' + go-version: '1.26.x' - name: List run: go list -mod=mod all - name: Run coverage @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v2 with: - go-version: '1.16.4' + go-version: '1.26.5' - name: Release Notes run: git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"