Skip to content

Update ghcr.io/metal-toolbox/ironlib Docker tag to v0.2.18 #370

Update ghcr.io/metal-toolbox/ironlib Docker tag to v0.2.18

Update ghcr.io/metal-toolbox/ironlib Docker tag to v0.2.18 #370

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
run: make lint