Skip to content

Commit

Permalink
linting not working well w/ 1.23...
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Humphries <[email protected]>
  • Loading branch information
jhump committed Aug 15, 2024
1 parent b7dfc4b commit c635ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
# conflicting guidance, run only on the most recent supported version.
# For the same reason, only check generated code on the most recent
# supported version.
if: matrix.go-version == '1.23.x'
# TODO: use 1.23 once all linters support that latest Go release.
if: matrix.go-version == '1.22.x'
run: make checkgenerate && make lint
conformance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c635ace

Please sign in to comment.