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 585531aCopy full SHA for 585531a
.github/workflows/ci.yaml
@@ -18,20 +18,18 @@ 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
28
- name: Lint scripts
29
- if: ${{ matrix.go-version == '1.22' }}
30
31
make lint-scripts
32
- name: Test
33
run: make test
34
- name: Test scripts
35
36
- run: |
37
- make test-scripts
+ run: make test-scripts
0 commit comments