Skip to content

Commit 84d3e7d

Browse files
committed
feat: Test only go 1.23
1 parent a111714 commit 84d3e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
go-version: ${{ matrix.go-version }}
2020
- name: Install project tools and dependencies
21-
if: ${{ matrix.go-version != '1.18' }}
21+
if: ${{ matrix.go-version == '1.23' }}
2222
run: make project-tools
2323
- name: Lint
24-
if: ${{ matrix.go-version != '1.18' }}
24+
if: ${{ matrix.go-version == '1.23' }}
2525
run: |
2626
make lint
2727
scripts/check-sync-tidy.sh

0 commit comments

Comments
 (0)