Update Minor and Patch dependencies #2

Merged
ssig33 merged 1 commits from renovate/minor-and-patch-dependencies into main 2025-11-15 16:47:21 +09:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e2689d58c3 - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.25"
- name: Install dependencies
run: go mod download

4
go.mod
View File

@@ -3,8 +3,8 @@ module github.com/ssig33/teatea
go 1.21
require (
code.gitea.io/sdk/gitea v0.17.1
github.com/spf13/cobra v1.8.0
code.gitea.io/sdk/gitea v0.22.1
github.com/spf13/cobra v1.10.1
)
require (