Skip to content

chore(deps)(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0 #488

chore(deps)(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0

chore(deps)(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0 #488

Workflow file for this run

name: lint
on:
pull_request:
jobs:
lint:
strategy:
matrix:
go: [1.21, 1.22]
name: lint
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Install golang"
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: "Run go vet"
run: "go vet ./pkg/..."