Skip to content

Commit 4bcac7e

Browse files
committed
fix: unset GOTOOLCHAIN while editing go.mod
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 2cf5034 commit 4bcac7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prepare-release-monorepo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
TARGET_TAG: ${{ inputs.target-tag }}
115115
MODULE_PATHS: ${{ steps.detect-monorepo.outputs.bash-paths }}
116116
run: |
117+
set -x
118+
unset GOTOOLCHAIN
119+
117120
# Update go.mod files in all modules to reference the new version
118121
root="$(git rev-parse --show-toplevel)"
119122
cd "${root}"

0 commit comments

Comments
 (0)