Skip to content

Commit 30ec38a

Browse files
authored
Merge pull request #99 from sazap10/use_0.15_asdf
use v0.15.0 of asdf
2 parents 7abaca1 + 8ffcf3f commit 30ec38a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
uses: actions/checkout@v4
1010
- name: Install asdf & tools
1111
uses: asdf-vm/actions/install@v3
12+
with:
13+
asdf_branch: v0.15.0
1214
- name: golangci-lint
1315
run: golangci-lint run
1416

0 commit comments

Comments
 (0)