Skip to content

Commit 56ba44d

Browse files
committed
chore: fix golangci-lint
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
1 parent d06fff3 commit 56ba44d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,14 @@ jobs:
7373
runs-on: ubuntu-latest
7474
strategy:
7575
matrix:
76-
golangci_lint: [v1.38]
76+
golangci_lint: [v1.50.1]
7777
golang: [1.19.x]
7878
steps:
7979
- uses: actions/checkout@v3
80-
- name: Set up Go
81-
uses: actions/setup-go@v3
80+
- uses: actions/setup-go@v3
8281
with:
8382
go-version: ${{ matrix.golang }}
84-
- name: golangci-lint
85-
uses: golangci/golangci-lint-action@v3
83+
- uses: golangci/golangci-lint-action@v3
8684
with:
8785
version: ${{ matrix.golangci_lint }}
8886
#github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)