From e2689d58c3e1f4aaa112e3822e6931b903970ce2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Nov 2025 07:06:28 +0000 Subject: [PATCH] Update Minor and Patch dependencies --- .github/workflows/ci.yml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd204b4..d1a249f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/go.mod b/go.mod index 10def9e..3c732b1 100644 --- a/go.mod +++ b/go.mod @@ -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 ( -- 2.49.1