Skip to content
Snippets Groups Projects
Commit a4e72823 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

ci: update golangci-lint action

parent 6399bad1
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: '1.23' go-version: '1.23'
- uses: golangci/golangci-lint-action@v3 - uses: golangci/golangci-lint-action@v6
with: with:
args: --timeout=5m args: --timeout=5m
......
image: golang:1.22 image: golang:1.23
stages: stages:
- test - test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment