We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4201070 + f7692ba commit d9ab503Copy full SHA for d9ab503
1 file changed
.github/workflows/e2e-testing.yaml
@@ -63,7 +63,7 @@ jobs:
63
path: ${{ env.TAR_PATH }}
64
65
- name: Setup Go with cache
66
- uses: magnetikonline/action-golang-cache@v4
+ uses: magnetikonline/action-golang-cache@v5
67
with:
68
go-version: 1.23
69
id: go
@@ -111,7 +111,7 @@ jobs:
111
echo "Found image ID: $IMAGE_ID — tagging as persistence:local"
112
docker tag "$IMAGE_ID" persistence:local
113
114
115
116
117
0 commit comments