Skip to content

Commit

Permalink
revert workflow go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Nov 20, 2023
1 parent bdef20a commit c526c70
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,5 @@ jobs:
- name: Download dependencies
run: go mod download

# - name: Build
# run: go build -v ./cmd/session

- name: Build
run: go build -v -o session ./cmd/session

- name: Install
run: mv session /usr/local/bin/session

# - name: Install
# run: |
# go install -v -trimpath -ldflags="-s -w" ./cmd/session
# mv $GOPATH/bin/session /usr/local/bin/session

- name: Display Go version and installed binary path
run: |
go version
echo /usr/local/bin/session
run: go build -v ./cmd/session

0 comments on commit c526c70

Please sign in to comment.