Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 #25

chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3

chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 #25

Workflow file for this run

name: Go
on:
push:
branches:
- main
- 'pr/*'
pull_request:
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: go.mod
- name: Run tests
run: make all
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true