Skip to content

Commit

Permalink
[ci] Always use the specified go version (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Dec 26, 2024
1 parent 614b5ea commit 9c69c9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/set-go-version-in-env/go_version_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ set -euo pipefail
# 3 directories above this script
AVALANCHE_PATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd ../../.. && pwd )

echo GO_VERSION="~$(sed -n -e 's/^go //p' "${AVALANCHE_PATH}"/go.mod)"
echo GO_VERSION="$(sed -n -e 's/^go //p' "${AVALANCHE_PATH}"/go.mod)"
1 change: 0 additions & 1 deletion .github/actions/setup-go-for-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ runs:
uses: actions/setup-go@v5
with:
go-version: '${{ env.GO_VERSION }}'
check-latest: true

0 comments on commit 9c69c9f

Please sign in to comment.