Skip to content

build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 #92

build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0

build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 #92

Workflow file for this run

name: Go
on:
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 ./...