Skip to content

chore(deps): update module golang.org/x/net to v0.17.0 [security] #71

chore(deps): update module golang.org/x/net to v0.17.0 [security]

chore(deps): update module golang.org/x/net to v0.17.0 [security] #71

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: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
# renovate: datasource=golang-version depName=go
go-version: 1.21.0
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
path: src/little-vm-helper
- name: Build and run Go tests
run: |
cd src/little-vm-helper
make