From 80a727952159714ab7fed636542695d311fbe83c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Feb 2026 00:03:26 +0000 Subject: [PATCH] Update Minor and Patch dependencies --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ca732..94ac1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.25" + go-version: "1.26" - name: Install dependencies run: go mod tidy diff --git a/go.mod b/go.mod index c533469..7b5bfaf 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ssig33/teatea go 1.23.0 require ( - code.gitea.io/sdk/gitea v0.22.1 + code.gitea.io/sdk/gitea v0.23.2 github.com/spf13/cobra v1.10.2 ) -- 2.49.1