Skip to content

build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 #48

build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0

build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 #48

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
- name: build
run: go build .
- name: lint
uses: golangci/[email protected]
with:
version: latest
- name: test
run: go test -v ./...