Skip to content

update gh actions and go version #7

update gh actions and go version

update gh actions and go version #7

Workflow file for this run

name: build-cli
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Handle dependencies
run: make init
- name: Build the project
run: make build-cli