Compare commits

..

2 Commits

Author SHA1 Message Date
6253506a16 Merge pull request 'Update Minor and Patch dependencies' (#2) from renovate/minor-and-patch-dependencies into main
Some checks failed
CI / test (push) Failing after 9s
Renovate / renovate (push) Successful in 1m36s
2025-11-15 16:47:20 +09:00
e2689d58c3 Update Minor and Patch dependencies
Some checks failed
CI / test (pull_request) Failing after 11s
2025-11-15 07:06:28 +00:00
2 changed files with 3 additions and 3 deletions

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 (