Skip to content

fix(deps): update module github.com/onsi/gomega to v1.39.1 (#164) #177

fix(deps): update module github.com/onsi/gomega to v1.39.1 (#164)

fix(deps): update module github.com/onsi/gomega to v1.39.1 (#164) #177

Workflow file for this run

name: Generate, Tag & Release
on:
push:
branches:
- main
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
ref: ${{ github.ref }}
fetch-tags: true
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
with:
go-version: '1.25'
- name: Tag
run: hack/tag-release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}