Skip to content

Commit c7a5c7e

Browse files
ccampo133hacdias
authored andcommitted
build: bump go version to 1.23.11
1 parent cbeec6d commit c7a5c7e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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
@@ -76,7 +76,7 @@ jobs:
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"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filebrowser/filebrowser/v2
22

3-
go 1.23.0
3+
go 1.23.11
44

55
require (
66
github.com/asdine/storm/v3 v3.2.1

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filebrowser/filebrowser/v2/tools
22

3-
go 1.23.0
3+
go 1.23.11
44

55
require (
66
github.com/golangci/golangci-lint/v2 v2.1.6

0 commit comments

Comments
 (0)