From 78692d869615490b313a2d26328c766049981dc4 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:41:49 +0100 Subject: [PATCH] Respect go version in go.mod --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 461b976..eecea42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,3 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cli/gh-extension-precompile@v2 + with: + go_version_file: go.mod +