Skip to content

Bump codecov/codecov-action from 4.5.0 to 4.6.0 #207

Bump codecov/codecov-action from 4.5.0 to 4.6.0

Bump codecov/codecov-action from 4.5.0 to 4.6.0 #207

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.22.2 # The Go version to download (if necessary) and use.
- name: Build CLI
run: go install