Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.9.0 #112

build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.9.0

build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.9.0 #112

Workflow file for this run

name: Makefile CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3.1.0
- name: Run go mod
run: make go.sum
- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
- name: Run make
run: make