Skip to content

chore(deps): update golang:1.23.1 docker digest to efa5904 #479

chore(deps): update golang:1.23.1 docker digest to efa5904

chore(deps): update golang:1.23.1 docker digest to efa5904 #479

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
path: src/little-vm-helper
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: "src/little-vm-helper/go.mod"
- name: Build and run Go tests
run: |
cd src/little-vm-helper
make