File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/setup-go@v6
3434 with :
3535 go-version-file : go.mod
36- - name : Download dependencies
37- run : go mod download
3836 - name : Lint
3937 uses : golangci/golangci-lint-action@v9
4038 with :
Original file line number Diff line number Diff line change 1414 uses : actions/setup-go@v6
1515 with :
1616 go-version-file : go.mod
17- - name : Download dependencies
18- run : go mod download
1917 - name : Lint
2018 uses : golangci/golangci-lint-action@v9
2119 with :
6361 uses : actions/setup-go@v6
6462 with :
6563 go-version-file : go.mod
66- - name : Download dependencies
67- run : go mod download
6864 - name : Build
6965 run : |
7066 set -e
Original file line number Diff line number Diff line change 1515 uses : actions/setup-go@v6
1616 with :
1717 go-version-file : go.mod
18- - name : Download dependencies
19- run : go mod download
2018 - name : Lint
2119 uses : golangci/golangci-lint-action@v9
2220 with :
You can’t perform that action at this time.
0 commit comments