Skip to content

Commit 9bfbfa2

Browse files
authored
Merge pull request #93 from gittuf/go-1.26
ci: Bump go version to 1.26
2 parents e302ce0 + 4ff8e85 commit 9bfbfa2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/go-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
2626
with:
27-
go-version: "1.25"
27+
go-version: "1.26"
2828
cache-dependency-path: go-backend/go.sum
2929

3030
- name: Download dependencies

go-backend/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/gittuf/visualizer/go-backend
22

33
go 1.25.1
44

5-
replace github.com/gittuf/visualizer/go-backend => .
6-
75
require (
86
github.com/gin-contrib/cors v1.7.6
97
github.com/gin-gonic/gin v1.12.0

0 commit comments

Comments
 (0)