Skip to content

Commit fd64ad9

Browse files
committed
build fix
1 parent a1c56a1 commit fd64ad9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,5 @@ jobs:
1717
with:
1818
go-version: '1.20'
1919

20-
- name: Verify Go version
21-
run: go version
22-
23-
- name: Build Go project
20+
- name: Build
2421
run: go build ./...
25-
26-
- name: Run Go vet
27-
run: go vet ./...

0 commit comments

Comments
 (0)