Skip to content

Commit 4a3bb2b

Browse files
committed
Bump golangci-lint
1 parent 1e1b740 commit 4a3bb2b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
GO_VERSION: oldstable
12-
GOLANGCI_LINT_VERSION: v1.55.0
12+
GOLANGCI_LINT_VERSION: v1.64.8
1313

1414
jobs:
1515
go_install:
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-go@v4
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v6.5.2
3333
- uses: golangci/golangci-lint-action@v3
3434
with:
3535
version: ${{ env.GOLANGCI_LINT_VERSION }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
# vendor/
1919
src/
2020

21-
.vscode
21+
.vscode
22+
.DS_Store

0 commit comments

Comments
 (0)