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

Bump actions/checkout from 3.6.0 to 4.0.0 #385

Bump actions/checkout from 3.6.0 to 4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0 #385

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version: 1.19 # The Go version to download (if necessary) and use.
- name: Build CLI
run: go install ./...