Skip to content

Add user data to cloud instance input #231

Add user data to cloud instance input

Add user data to cloud instance input #231

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63