Skip to content

Commit

Permalink
Merge pull request #15 from akash4sh/main
Browse files Browse the repository at this point in the history
fix cli build issue
  • Loading branch information
jebjohns authored Oct 31, 2023
2 parents 993805b + 326afa5 commit 6748d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
- name: Set up Go environment
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'

- name: Build my CLI for Linux
run: go mod download && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o tracetest-linux cli/main.go
Expand Down

0 comments on commit 6748d9c

Please sign in to comment.