We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed951f commit 18a8cb3Copy full SHA for 18a8cb3
.github/workflows/weekly-go-version-check.yaml
@@ -35,7 +35,7 @@ jobs:
35
id: patch-version
36
run: |
37
echo "GO_PATCH_VERSION=$(curl --silent https://go.dev/VERSION?m=text | sed -n 's/^go\([0-9.]*\).*/\1/p')" >> $GITHUB_ENV
38
- echo "${{ env.GO_PATCH_VERSION }}"
+ echo $GO_PATCH_VERSION
39
sed -i 's/GO_VERSION=[0-9\.]*/GO_VERSION=${{ env.GO_PATCH_VERSION }}/' Makefile
40
sed -i 's/golang:[0-9\.]*/golang:${{ env.GO_PATCH_VERSION }}/' Tiltfile
41
echo "${{ env.GO_PATCH_VERSION }}"
0 commit comments