Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 22, 2024
1 parent d762b35 commit 465c1d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.16'
- name: Dependencies installing
run: make install-deps
- name: Lint/Test running
run: export PATH=$PATH:$(go env GOPATH)/bin && make
run: make test-run

0 comments on commit 465c1d5

Please sign in to comment.