Skip to content

SRE-2386: use newest ARC #235

SRE-2386: use newest ARC

SRE-2386: use newest ARC #235

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
unit-test:
runs-on: utility-staging-amd64
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Testing
run: |
go mod download
make test