Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit a93e22a

Browse files
author
Lorenz Kästle
committed
Update golangci
1 parent cc8970b commit a93e22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Go
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v3
1515
with:
1616
go-version: 1.18
1717

18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v2
21+
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)