mirror of
https://github.com/ente-io/ente.git
synced 2025-08-10 16:32:39 +00:00
[server] Fix lint failures on CI
This commit is contained in:
parent
d8b338a1e8
commit
4ea6f1cbfc
3
.github/workflows/server-lint.yml
vendored
3
.github/workflows/server-lint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user