chore: update deps and Go 1.25 (#833)

This commit is contained in:
Alessandro (Ale) Segala
2025-08-15 05:33:27 +02:00
committed by GitHub
parent 0e44f245af
commit 17d8893bdb
6 changed files with 135 additions and 134 deletions

View File

@@ -32,9 +32,9 @@ jobs:
go-version-file: backend/go.mod
- name: Run Golangci-lint
uses: golangci/golangci-lint-action@dec74fa03096ff515422f71d18d41307cacde373 # v7.0.0
uses: golangci/golangci-lint-action@v8.0.0
with:
version: v2.0.2
version: v2.4.0
args: --build-tags=exclude_frontend
working-directory: backend
only-new-issues: ${{ github.event_name == 'pull_request' }}