From d233f968c8e29000e7f1e27135c0d04d3d718262 Mon Sep 17 00:00:00 2001 From: James Pistell Date: Mon, 25 May 2026 02:09:49 -0400 Subject: [PATCH] Align CI Go version with go.mod Nightshift-Task: lint-fix Nightshift-Ref: https://github.com/marcus/nightshift --- .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 8fc5686..d19b522 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version-file: 'go.mod' - name: Download dependencies run: go mod download @@ -44,7 +44,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version-file: 'go.mod' - name: Run golangci-lint uses: golangci/golangci-lint-action@v6