Skip to content

chore(deps): update imjasonh/setup-ko action to v0.7 #312

chore(deps): update imjasonh/setup-ko action to v0.7

chore(deps): update imjasonh/setup-ko action to v0.7 #312

Workflow file for this run

name: build and run unit tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ ubuntu-22.04 ]
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: src/little-vm-helper
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: "src/little-vm-helper/go.mod"
- name: Build and run Go tests
run: |
cd src/little-vm-helper
make