Skip to content

Bump actions/checkout from 4.1.7 to 4.2.1 #31

Bump actions/checkout from 4.1.7 to 4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1 #31

Workflow file for this run

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