Skip to content

Commit b01bc5e

Browse files
committed
chore: update golangci-lint
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent a836653 commit b01bc5e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
name: Linters
2-
32
on: [push, pull_request]
4-
53
jobs:
64
golangci-lint:
75
name: Golang-CI (lint)
86
runs-on: ubuntu-latest
97
steps:
108
- name: Check out code
119
uses: actions/checkout@v4
12-
1310
- name: Set up Go
1411
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
1512
with:
1613
go-version: stable
17-
1814
- name: Run linter
19-
uses: golangci/golangci-lint-action@v8 # Action page: <https://github.com/golangci/golangci-lint-action>
15+
uses: golangci/golangci-lint-action@v9 # Action page: <https://github.com/golangci/golangci-lint-action>
2016
with:
2117
only-new-issues: false # show only new issues if it's a pull request
2218
args: --timeout=10m --build-tags=race

0 commit comments

Comments
 (0)