Bump golang.org/x/sync from 0.10.0 to 0.17.0 in /lib #1312
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |