Skip to content

build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.9.0 (#315) #64

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

build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.9.0 (#315) #64

Workflow file for this run

name: Go
on:
push:
tags:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build
- name: Test
run: make test
- name: Shellcheck
run: make shell
- name: Lint
run: make lint