Skip to content

Commit ad2abbb

Browse files
Update golangci-lint.yml
1 parent a21a61c commit ad2abbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
golangci:
1717
strategy:
1818
matrix:
19-
go: ['1.18', '1.19', '1.20', '1.21', '1.22']
19+
go: ['1.21', '1.22']
2020
os: [macos-latest]
2121
name: lint
2222
runs-on: ${{ matrix.os }}
@@ -28,4 +28,4 @@ jobs:
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v5
3030
with:
31-
version: v1.57
31+
version: v1.57

0 commit comments

Comments
 (0)