Skip to content

Commit 7e8a2b6

Browse files
authored
chore(lint): upgrade golangci-lint to v1.43.0 (#38)
1 parent 420ba02 commit 7e8a2b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup golangci-lint
2222
uses: golangci/golangci-lint-action@v2
2323
with:
24-
version: v1.42.1
24+
version: v1.43.0
2525
args: --verbose
2626
test:
2727
strategy:
@@ -31,8 +31,6 @@ jobs:
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build
34-
- os: macos-latest
35-
go-build: ~/Library/Caches/go-build
3634
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3735
runs-on: ${{ matrix.os }}
3836
env:

0 commit comments

Comments
 (0)