From e5e38ebf9e669c68da477f6301b19a564ca98058 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:10:46 +0000 Subject: [PATCH 1/4] 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 From 287d5c4c841bdf8c0477aaa01568946018ced99a Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:10:47 +0000 Subject: [PATCH 2/4] 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 4b2b4c0757377f926c241335e653c3473f75f75d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 6 Mar 2026 04:50:43 +0000 Subject: [PATCH 3/4] chore: deps(github-action): Bump Golang version to 1.26.1 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 ede5919f..9be2e193 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.26.0 + go-version: 1.26.1 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 c1ac4fdf..519a9a61 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.26.0 + go-version: 1.26.1 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 aeb8df2d..ba0f120c 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.26.0 + go-version: 1.26.1 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 From 670afe3332d66f60a06ca38a174a540c21ce6721 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 6 Mar 2026 04:50:43 +0000 Subject: [PATCH 4/4] chore: deps(gomod): Bump Golang version to 1.26.1 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 8517ffa3..b7e11acf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/udash -go 1.26.0 +go 1.26.1 require ( github.com/auth0/go-jwt-middleware/v2 v2.3.1