File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030 - uses : actions/setup-go@v5
3131 with :
32- go-version : 1.23.0
32+ go-version : 1.23.11
3333 - run : make lint-backend
3434 lint :
3535 runs-on : ubuntu-latest
5757 - uses : actions/checkout@v4
5858 - uses : actions/setup-go@v5
5959 with :
60- go-version : 1.23.0
60+ go-version : 1.23.11
6161 - run : make test-backend
6262 test :
6363 runs-on : ubuntu-latest
7676 fetch-depth : 0
7777 - uses : actions/setup-go@v5
7878 with :
79- go-version : 1.23.0
79+ go-version : 1.23.11
8080 - uses : pnpm/action-setup@v4
8181 with :
8282 package_json_file : " frontend/package.json"
Original file line number Diff line number Diff line change 11module github.com/filebrowser/filebrowser/v2
22
3- go 1.23.0
3+ go 1.23.11
44
55require (
66 github.com/asdine/storm/v3 v3.2.1
Original file line number Diff line number Diff line change 11module github.com/filebrowser/filebrowser/v2/tools
22
3- go 1.23.0
3+ go 1.23.11
44
55require (
66 github.com/golangci/golangci-lint/v2 v2.1.6
You can’t perform that action at this time.
0 commit comments