Skip to content

Commit 08c23d2

Browse files
fix the golangci lint action
1 parent 64298eb commit 08c23d2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
golangci:
13-
name: lint
12+
golangci-lint:
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/checkout@v4
1716
- uses: actions/setup-go@v5
1817
with:
1918
go-version: '1.21'
20-
cache: false
21-
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v4
19+
- name: lint
20+
uses: golangci/golangci-lint-action@v6.1.1
2321
with:
24-
version: v1.54
22+
version: latest

0 commit comments

Comments
 (0)