Skip to content

Bump the go-dependencies group with 1 update #313

Bump the go-dependencies group with 1 update

Bump the go-dependencies group with 1 update #313

Workflow file for this run

name: lint & build
on: push
jobs:
lint-build:
name: lint & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run make lint
run: make lint
- name: run make build-linux
run: make build-linux