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 9ae2a05 commit 0bcc4b9Copy full SHA for 0bcc4b9
.github/workflows/testing-dockerhub-01.yml
@@ -21,3 +21,12 @@ jobs:
21
echo
22
curl -s -H "Authorization: JWT ${password}" 'https://hub.docker.com/v2/namespaces/erigontech/repositories/erigon/tags?page=1&page_size=100' | jq -r '.results|.[]|.name + " " + .tag_last_pushed'
23
24
+ - uses: actions/setup-go@v5
25
+ with:
26
+ go-version: '1.22'
27
+ cache: ${{ contains(fromJSON('[
28
+ "refs/heads/release/2.60",
29
+ "refs/heads/release/2.61",
30
+ "refs/heads/main"
31
+ ]'), github.ref) }}
32
+
0 commit comments