We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e302ce0 + 4ff8e85 commit 9bfbfa2Copy full SHA for 9bfbfa2
2 files changed
.github/workflows/go-backend.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go
25
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
26
with:
27
- go-version: "1.25"
+ go-version: "1.26"
28
cache-dependency-path: go-backend/go.sum
29
30
- name: Download dependencies
go-backend/go.mod
@@ -2,8 +2,6 @@ module github.com/gittuf/visualizer/go-backend
2
3
go 1.25.1
4
5
-replace github.com/gittuf/visualizer/go-backend => .
6
-
7
require (
8
github.com/gin-contrib/cors v1.7.6
9
github.com/gin-gonic/gin v1.12.0
0 commit comments