Skip to content

chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #140

chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3

chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #140

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: go build ./...
- name: Test
run: go test ./... -race
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest