Skip to content

Commit aba48bb

Browse files
committed
chore: disable modernize as now supports up to Go 1.18
1 parent d4284ab commit aba48bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: go mod tidy
2424

25-
- name: Check code modernization
26-
run: make modernize-check
27-
2825
- name: Run tests
2926
run: go test ./... -v
3027

0 commit comments

Comments
 (0)