From 080864fc07e170ea59814377b21b84a8b9bdd3dc Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 13 Feb 2026 13:31:20 +0000 Subject: [PATCH 1/2] chore: deps(github-action): Bump Golang version to 1.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- .github/workflows/release-sandbox.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 5708406f..ede5919f 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: cache: false - go-version: 1.25.7 + go-version: 1.26.0 id: go - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index 1045802f..c1ac4fdf 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.7 + go-version: 1.26.0 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2323544d..aeb8df2d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.7 + go-version: 1.26.0 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 From c3a4ebf4ff7f05977384ce06377ef2c3532ecc3e Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 13 Feb 2026 13:31:21 +0000 Subject: [PATCH 2/2] chore: deps(gomod): Bump Golang version to 1.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6bcb6727..8517ffa3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/udash -go 1.25.7 +go 1.26.0 require ( github.com/auth0/go-jwt-middleware/v2 v2.3.1