From ae06356207bc3dbadb2e96a7473673eb51b532ff Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Jun 2025 19:17:09 +0000 Subject: [PATCH 1/2] chore: deps(gomod): Bump Golang version to 1.24.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 a72060f9..04395cf2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/udash -go 1.24.3 +go 1.24.4 require ( github.com/auth0/go-jwt-middleware/v2 v2.3.0 From 949237567898742ed06b33ecee3a7edc3a0c06ff Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Jun 2025 19:17:10 +0000 Subject: [PATCH 2/2] chore: deps(github-action): Bump Golang version to 1.24.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 0976df1e..5c4a75f9 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: - go-version: 1.24.3 + go-version: 1.24.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index fd9e7d57..9bf49ca5 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: - go-version: 1.24.3 + go-version: 1.24.4 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 602ff2db..210d9a4c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: - go-version: 1.24.3 + go-version: 1.24.4 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1