From c6fce730b78ffc1d809bbd753e3f8e97b9ea7b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 29 Sep 2025 13:59:58 +0200 Subject: [PATCH] Update Github action to Go 1.25 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2a7769c..043d9d8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,10 +17,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.25 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.25 id: go - uses: actions/checkout@v1 - name: Run tests