We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa26bf commit 39d9a6eCopy full SHA for 39d9a6e
.github/workflows/main.yaml
@@ -8,20 +8,20 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
11
- - uses: asdf-vm/actions/install@v3
+ - uses: asdf-vm/actions/install@v4
12
- name: Test
13
run: ./go library:check
14
test:
15
16
17
18
19
20
run: ./go library:test:all
21
build:
22
23
24
25
26
27
run: ./go library:build
0 commit comments