Skip to content

fix: ⬆️ bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#69) #54

fix: ⬆️ bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#69)

fix: ⬆️ bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#69) #54

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
jobs:
lint:
name: "Go: Lint"
uses: ./.github/workflows/go-lint.yaml
build:
name: "Go: Build"
uses: ./.github/workflows/go-build.yaml
test:
name: "Go: Test"
uses: ./.github/workflows/go-test.yaml
secrets: inherit