Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#36) #41

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#36)

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#36) #41

Workflow file for this run

name: pipeline
on: [push]
permissions:
contents: write
jobs:
prereqs:
runs-on: ubuntu-latest
steps:
- name: Install libx11-dev
run: sudo apt-get update && sudo apt-get install -y libx11-dev
go:
needs:
- prereqs
uses: pete911/github-actions/.github/workflows/go.yml@main
go-release:
needs:
- go
uses: pete911/github-actions/.github/workflows/go-releaser.yml@main
secrets:
PUBLIC_REPO_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }}