[server] Fix lint failures on CI

This commit is contained in:
Manav Rathi 2024-08-14 11:30:32 +05:30
parent d8b338a1e8
commit 4ea6f1cbfc
No known key found for this signature in database

View File

@ -21,7 +21,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: "server/go.mod"
go-version-file: server/go.mod
cache-dependency-path: server/go.sum
cache: true
- name: Install dependencies