Skip to content

units: Workaround for user-configvirtfs.service #41

units: Workaround for user-configvirtfs.service

units: Workaround for user-configvirtfs.service #41

Workflow file for this run

name: Go
on:
push:
branches: [ "flatcar-master" ]
pull_request:
branches: [ "flatcar-master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: ./build
- name: Test
run: ./test