Skip to content

Update module dario.cat/mergo to v1.0.1 (#86) #442

Update module dario.cat/mergo to v1.0.1 (#86)

Update module dario.cat/mergo to v1.0.1 (#86) #442

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Run unit tests
strategy:
matrix:
go-version: [1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test (with retry)
uses: nick-fields/[email protected]
with:
timeout_minutes: 2
max_attempts: 5
command: make test