Skip to content

Commit 0ed50c3

Browse files
committed
phtree
Signed-off-by: Finbarrs Oketunji <f@finbarrs.eu>
1 parent 675e7c9 commit 0ed50c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: 1.20
16+
go-version: 1.18
1717
- name: Verify dependencies
1818
run: go mod verify
1919
- name: Build
2020
run: go build
2121
- name: Run go vet
2222
run: go vet
23-
- name: Run tests
24-
run: go test
2523

2624
create-release:
2725
needs: audit

0 commit comments

Comments
 (0)