Skip to content

fix: Fix default behavior and add dev version. #28

fix: Fix default behavior and add dev version.

fix: Fix default behavior and add dev version. #28

Triggered via push April 18, 2024 06:27
Status Failure
Total duration 36s
Artifacts

release.yml

on: push
build-and-release
28s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build-and-release
Error: Command failed with exit code 1: echo 1.7.2; mkdir -p build; GOOS=linux GOARCH=amd64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_linux_amd64 main.go ; GOOS=windows GOARCH=amd64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_amd64.exe main.go ; GOOS=darwin GOARCH=amd64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_mac_amd64 main.go ; GOOS=freebsd GOARCH=amd64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_freebsd_amd64 main.go ; GOOS=linux GOARCH=arm64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_linux_arm64 main.go ; GOOS=windows GOARCH=arm64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_arm64.exe main.go ; GOOS=darwin GOARCH=arm64 go build -ldflags "-w -s -X github.com/gsmlg-dev/gsmlg-cli/cmd.Version=1.7.2" -o build/gsmlg-cli_mac_arm64 main.go ; go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain go: errors parsing go.mod: /home/runner/work/gsmlg-cli/gsmlg-cli/go.mod:5: unknown directive: toolchain 1.7.2
build-and-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, actions/setup-go@v2, cycjimmy/semantic-release-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-release
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/