golangci with go-version: [1.20.x]
Vladimir Bauer
3 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
.github/workflows/golangci-lint.yml
less
more
17
17
golangci:
18
18
strategy:
19
19
matrix:
20
go-version: [1.19]
20
go-version: [1.20.x]
21
21
os: [ubuntu-latest, macos-latest]
22
22
name: lint
23
23
runs-on: ${{ matrix.os }}