Skip to content

Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 in the go-modules-updates group #23

Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 in the go-modules-updates group

Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 in the go-modules-updates group #23

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: set up go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.22"
id: go
- name: checkout
uses: actions/checkout@v4
- name: build and test
run: |
go build -v ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest