Skip to content

fix(deps): update module github.com/stretchr/testify from v1.8.2 to v1.9.0 #60

fix(deps): update module github.com/stretchr/testify from v1.8.2 to v1.9.0

fix(deps): update module github.com/stretchr/testify from v1.8.2 to v1.9.0 #60

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Go mod vendor
run: |
go mod download
- name: Make test
run: |
make test