Skip to content

Merge remote-tracking branch 'origin/main' into cre-739-retry-proto-r… #1106

Merge remote-tracking branch 'origin/main' into cre-739-retry-proto-r…

Merge remote-tracking branch 'origin/main' into cre-739-retry-proto-r… #1106

Workflow file for this run

name: Gomods Tidy
on:
push:
jobs:
clean-go-mods:
name: Clean go mods
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
# we run it across all the packages, use framework go.mod as an example
go-version-file: ./framework/go.mod
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
just-version: '1.39.0'
- name: Run gomods tidy
run: just gomods-tidy-ci