Skip to content

Commit

Permalink
cleanup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Apr 20, 2024
1 parent 5bad512 commit 9b673d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
export PATH=$PATH:$(go env GOPATH)/bin # https://github.com/actions/setup-go/issues/14
echo "PATH: $PATH"
echo "GOPATH: $GOPATH"
echo "GOPATH: $(go env GOPATH)/bin "
make fmt-check lint vet
- name: build
run: make build
Expand Down

0 comments on commit 9b673d9

Please sign in to comment.