Skip to content

Commit 6e09fa6

Browse files
committed
🐛 Update golangci
Signed-off-by: kaynetik <aleksandar@nesovic.dev>
1 parent 3cf2227 commit 6e09fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
golangci:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: golangci-lint
11-
uses: golangci/golangci-lint-action@v2
11+
uses: golangci/golangci-lint-action@v3
1212
with:
13-
version: v1.49
13+
version: v1.51.2

0 commit comments

Comments
 (0)