Skip to content

Commit 6748d9c

Browse files
authored
Merge pull request #15 from akash4sh/main
fix cli build issue
2 parents 993805b + 326afa5 commit 6748d9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cli_release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- name: Set up Go
18-
uses: actions/setup-go@v2
17+
- name: Set up Go environment
18+
uses: actions/setup-go@v4
1919
with:
20-
go-version: 1.20
20+
go-version: '1.20'
2121

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

0 commit comments

Comments
 (0)