Skip to content

fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 #53

fix(deps): update module github.com/urfave/cli/v2 to v2.27.2

fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 #53

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Build
run: |
cd src
go build ./main.go