Skip to content

Commit 00bc576

Browse files
committed
chore: fix lint issues
1 parent c47e9ec commit 00bc576

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ on: [push, pull_request]
44

55
jobs:
66
golangci:
7-
name: "Lint Go"
7+
name: "Lint"
88
runs-on: "ubuntu-latest"
99
steps:
10-
- uses: actions/setup-go@v4
11-
with:
12-
go-version: "1.20"
13-
- uses: actions/checkout@v3
10+
- uses: actions/setup-go@v5
11+
- uses: actions/checkout@v4
1412
- name: golangci-lint
15-
uses: golangci/golangci-lint-action@v3
13+
uses: golangci/golangci-lint-action@v6
1614
with:
17-
version: v1.54
15+
version: v1.64
1816

1917
codeql:
2018
name: "Analyze with CodeQL"

0 commit comments

Comments
 (0)