File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 - tools/gotestloghelper
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Install Devbox
2929 uses :
jetify-com/[email protected] 3030 with :
3131 enable-cache : ' true'
3232 - name : Setup Go
3333 uses : actions/setup-go@v5
3434 with :
35- go-version : ' v1.24.0 '
35+ go-version-file : ${{ matrix.dir }}/go.mod
3636 - uses : extractions/setup-just@v2
3737 with :
3838 just-version : ' 1.39.0'
Original file line number Diff line number Diff line change 2222 name : Release multi-platform
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 0
2828 fetch-tags : true
Original file line number Diff line number Diff line change 5252 working-directory : seth
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 - name : Check for changes in Framework
5757 uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
5858 id : changes
6767 - name : Set up Go
6868 uses : actions/setup-go@v5
6969 with :
70- go-version : ' 1.24.0 '
70+ go-version-file : seth/go.mod
7171 - name : Cache Go modules
7272 uses : actions/cache@v4
7373 with :
Original file line number Diff line number Diff line change 2222 - name : Setup Go
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : ' v1.24.0 '
25+ go-version-file : ${{ matrix.project.path }}/go.mod
2626 - name : Install gotestloghelper
2727 run : go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@latest
2828 - name : Run Tests
Original file line number Diff line number Diff line change 6464 - name : Set up Go
6565 uses : actions/setup-go@v5
6666 with :
67- go-version : ' 1.24.0 '
67+ go-version-file : ${{ matrix.test.path }}/go.mod
6868 - name : Install dependencies
6969 working-directory : ${{ matrix.test.path }}
7070 run : go mod download
You can’t perform that action at this time.
0 commit comments