We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a111714 commit 84d3e7dCopy full SHA for 84d3e7d
.github/workflows/ci.yaml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
go-version: ${{ matrix.go-version }}
20
- name: Install project tools and dependencies
21
- if: ${{ matrix.go-version != '1.18' }}
+ if: ${{ matrix.go-version == '1.23' }}
22
run: make project-tools
23
- name: Lint
24
25
run: |
26
make lint
27
scripts/check-sync-tidy.sh
0 commit comments