File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 5050 vm : ubuntu-latest
5151 regex : ./...
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 - name : Configure AWS credentials using OIDC
5555 uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
5656 with :
Original file line number Diff line number Diff line change 1+ name : Gomods Tidy
2+ on :
3+ push :
4+ jobs :
5+ clean-go-mods :
6+ name : Clean go mods
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v4
10+ - name : Set up Go
11+ uses : actions/setup-go@v5
12+ with :
13+ # we run it across all the packages, use framework go.mod as an example
14+ go-version-file : ./framework/go.mod
15+ - uses : extractions/setup-just@v2
16+ with :
17+ github-token : ${{ secrets.GITHUB_TOKEN }}
18+ just-version : ' 1.39.0'
19+ - name : Run gomods tidy
20+ run : just gomods-tidy-ci
You can’t perform that action at this time.
0 commit comments