mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
[server] Fix lint failures on CI
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user