Skip to content

Bump the gh-actions-dependencies group with 2 updates #411

Bump the gh-actions-dependencies group with 2 updates

Bump the gh-actions-dependencies group with 2 updates #411

Workflow file for this run

name: Lint Golang Codebase
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- run: sudo apt update && sudo apt install -y libcephfs-dev librbd-dev librados-dev
- name: golangci-lint
run: make lint