diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index d5f70652..04f036f5 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -21,6 +21,10 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 + - name: Install Go + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + with: + go-version-file: 'go.mod' - name: Setup caches uses: ./.github/actions/setup-caches timeout-minutes: 5 diff --git a/go.mod b/go.mod index cac92952..aeda35bb 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/projectcapsule/capsule -go 1.22.0 - -toolchain go1.22.2 +go 1.22.5 require ( github.com/go-logr/logr v1.4.2