chore: bump Go to 1.26, update dependencies and frontend templates

Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
naiba
2026-03-20 11:23:03 +00:00
parent 4e9513501f
commit 9acffc11f6
5 changed files with 183 additions and 50 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
name: Build artifacts
runs-on: ubuntu-latest
container:
image: goreleaser/goreleaser-cross:v1.25
image: goreleaser/goreleaser-cross:v1.26
steps:
- name: Install dependencies
run: |
@@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25.x"
go-version: "1.26.x"
- name: generate swagger docs
run: |