Skip to content

Commit 85a2d94

Browse files
committed
pring go_patch
1 parent 18a8cb3 commit 85a2d94

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/weekly-go-version-check.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ jobs:
3535
id: patch-version
3636
run: |
3737
echo "GO_PATCH_VERSION=$(curl --silent https://go.dev/VERSION?m=text | sed -n 's/^go\([0-9.]*\).*/\1/p')" >> $GITHUB_ENV
38-
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 }}"
38+
- name: Get go_patch
39+
run: echo ${{ env.GO_PATCH_VERSION }}
40+
# echo $GO_PATCH_VERSION
41+
# sed -i 's/GO_VERSION=[0-9\.]*/GO_VERSION=${{ env.GO_PATCH_VERSION }}/' Makefile
42+
# sed -i 's/golang:[0-9\.]*/golang:${{ env.GO_PATCH_VERSION }}/' Tiltfile
43+
# echo "${{ env.GO_PATCH_VERSION }}"
4244
- name: Create Pull Request
4345
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # tag=v7.0.5
4446
with:

0 commit comments

Comments
 (0)