Skip to content

Commit 72295bc

Browse files
committed
fixing test instruments
1 parent 5d2cd2c commit 72295bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Check out code
1717
uses: actions/checkout@v6
1818

19+
- name: Set up Go
20+
uses: actions/setup-go@v6
21+
with:
22+
go-version: '1.26.0'
23+
1924
- name: unit tests
2025
run: make test
2126

0 commit comments

Comments
 (0)