From f8c18b25c22255ac1eb00b2ad092c73931483f27 Mon Sep 17 00:00:00 2001 From: Leonardo Parente <23251360+leoparente@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:24:45 -0300 Subject: [PATCH] fix: release gha (#56) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5cd40f8..7e21471 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ concurrency: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEMANTIC_RELEASE_PACKAGE: ${{ github.repository }} - GO_VERSION: '1.23.x' + GO_VERSION: '1.23' APP_NAME: orb-agent permissions: