Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #1237

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #1237

Workflow file for this run

name: check release
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: 'true'
- name: Release
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --skip=validate,publish --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}