From 74774a093ab089c7ef12fd588e21a1a614ee027c Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 21 Nov 2025 08:56:29 +0000 Subject: [PATCH 1/2] chore: deps(github-action): Bump Golang version to 1.25.4 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 2ed735f1..c7b8f16d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: 1.25.1 + go-version: 1.25.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index 04f5ffff..aab0703e 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: 1.25.1 + go-version: 1.25.4 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 446ab222..d6be0fe1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: 1.25.1 + go-version: 1.25.4 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 From a4de931f5882bbbd811ca08b3968d7a5cc28e7c6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 21 Nov 2025 08:56:29 +0000 Subject: [PATCH 2/2] chore: deps(gomod): Bump Golang version to 1.25.4 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 5817f8b1..695a82ac 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/udash -go 1.25.1 +go 1.25.4 require ( github.com/auth0/go-jwt-middleware/v2 v2.3.1