Skip to content

Commit a4e7282

Browse files
ci: update golangci-lint action
1 parent 6399bad commit a4e7282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-go@v5
1717
with:
1818
go-version: '1.23'
19-
- uses: golangci/golangci-lint-action@v3
19+
- uses: golangci/golangci-lint-action@v6
2020
with:
2121
args: --timeout=5m
2222

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: golang:1.22
1+
image: golang:1.23
22

33
stages:
44
- test

0 commit comments

Comments
 (0)