From 55051d99e753fb878d1bf6712065ec482b1d8e03 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 23 Oct 2025 04:58:13 +0200 Subject: [PATCH] updates go version to match local env and get rid of catching warnings --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b64493..a644ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: '1.21' # Use Go 1.21+ for generics support + go-version: '1.23' cache: true - name: Install gotestsum