Skip to content

Commit

Permalink
build: fix go1.22 issue with capslock (#2908)
Browse files Browse the repository at this point in the history
see also google/capslock#87

Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs authored Feb 7, 2024
1 parent 81aa6a5 commit 04053cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: make check-race
- run: make osv-scanner
- run: make govulncheck
- run: make capslock
#- run: make capslock # see https://github.com/google/capslock/issues/87
- run: make coverprofile
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@c680c0f7c7442485f1749eb2a13e54a686e76eb5
Expand Down

0 comments on commit 04053cc

Please sign in to comment.