Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nukdcbear authored Nov 1, 2024
1 parent 1e461df commit b3a70a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:

- name: Download dependencies
run: |
# add executables installed with go get to PATH
# TODO: this will hopefully be fixed by
# https://github.com/actions/setup-go/issues/14
export PATH=${PATH}:`go env GOPATH`/bin
go install golang.org/x/lint/golint@latest
export PATH=$PATH:$(go env GOPATH)/bin
- name: Build
env:
Expand Down

0 comments on commit b3a70a1

Please sign in to comment.