Skip to content

chore(deps): bump github.com/sgreben/flagvar from 1.10.1 to 1.10.2 #44

chore(deps): bump github.com/sgreben/flagvar from 1.10.1 to 1.10.2

chore(deps): bump github.com/sgreben/flagvar from 1.10.1 to 1.10.2 #44

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go build ./...
- run: go test ./...
- run: go vet ./...