From a4e728231ce4ee783cf351cfc2875473f30a3b1b Mon Sep 17 00:00:00 2001 From: Christoph Witzko <github@christophwitzko.com> Date: Sun, 13 Oct 2024 17:33:15 +0200 Subject: [PATCH] ci: update golangci-lint action --- .github/workflows/ci.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9ae5d..3de2850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.23' - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 with: args: --timeout=5m diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5e992d..0ec849d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: golang:1.22 +image: golang:1.23 stages: - test -- GitLab