From 51c1f670006b6b971a1b813b4866506a74002c63 Mon Sep 17 00:00:00 2001 From: Chris Berry Date: Tue, 25 Nov 2025 13:41:14 +0000 Subject: [PATCH] Update actions versions --- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f65368..0176444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - name: Check out repository into the Go module directory uses: actions/checkout@v4 @@ -123,7 +123,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - name: Check out repository into the Go module directory uses: actions/checkout@v4 @@ -169,7 +169,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - name: Check out repository into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d5a529..9def028 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/setup-go@v5 with: cache: false - go-version: '^1.22' + go-version: '^1.25' - uses: actions/checkout@v4 - uses: n8maninger/action-golang-test@v2