Skip to content

Commit 993805b

Browse files
authored
Merge pull request #14 from akash4sh/main
updated go version in cli release yaml
2 parents 45e409c + 35e5f1e commit 993805b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.16
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)