Skip to content

chore: bump beeekeeper version to v0.15.0 #154

chore: bump beeekeeper version to v0.15.0

chore: bump beeekeeper version to v0.15.0 #154

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51