Skip to content

Server block device mapping #1811

Server block device mapping

Server block device mapping #1811

Workflow file for this run

on:
push:
branches:
- main
merge_group:
pull_request:
name: go lint
permissions:
contents: read
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Calculate go version
id: vars
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- run: |
make lint
make verify-fmt