Skip to content

chore(deps): update golang docker tag to v1.21.6 #137

chore(deps): update golang docker tag to v1.21.6

chore(deps): update golang docker tag to v1.21.6 #137

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