From c60abdfc9672b90331012e8e3eb46f7a7c15d76a Mon Sep 17 00:00:00 2001 From: juan131 Date: Wed, 13 Aug 2025 12:41:10 +0200 Subject: [PATCH] feat: Bump Go version to 1.25 Signed-off-by: juan131 --- .github/workflows/main.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8911f89..c58368c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 with: - go-version: '^1.24.4' # The Go version to download (if necessary) and use. + go-version: '^1.25' # The Go version to download (if necessary) and use. - name: Install Build Dependencies run: make get-build-deps - name: Download required modules diff --git a/go.mod b/go.mod index 07b56b3..3900b7f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/bitnami/gonit -go 1.24 +go 1.25 require ( github.com/VividCortex/godaemon v1.0.0