File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 path : ${{ env.TAR_PATH }}
6464
6565 - name : Setup Go with cache
66- uses : magnetikonline/action-golang-cache@v4
66+ uses : magnetikonline/action-golang-cache@v5
6767 with :
6868 go-version : 1.23
6969 id : go
@@ -111,7 +111,7 @@ jobs:
111111 echo "Found image ID: $IMAGE_ID — tagging as persistence:local"
112112 docker tag "$IMAGE_ID" persistence:local
113113 - name : Setup Go with cache
114- uses : magnetikonline/action-golang-cache@v4
114+ uses : magnetikonline/action-golang-cache@v5
115115 with :
116116 go-version : 1.23
117117 id : go
Original file line number Diff line number Diff line change 2727 make release-sha
2828
2929 - name : attach binaries
30- uses : softprops/action-gh-release@v1
30+ uses : softprops/action-gh-release@v2
3131 with :
3232 tag_name : ${{ steps.tag.outputs.release_tag }}
3333 files : release/*
You can’t perform that action at this time.
0 commit comments