Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

update version cmd. And update go.mod #45

update version cmd. And update go.mod

update version cmd. And update go.mod #45

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build Binary File
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
- name: Check out
uses: actions/checkout@v2
- name: Build
run: make build