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 ae3fc19 commit e94be1cCopy full SHA for e94be1c
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
TAG: ${{ github.ref_name }}
25
26
- name: Install ASDF
27
- uses: asdf-vm/actions/setup@v3
+ uses: asdf-vm/actions/setup@v4
28
29
- name: Install matching Go toolchain
30
run: |
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
16
17
18
19
20
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments