File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed
Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/setup-go@v5
3535 with :
3636 go-version-file : go.mod
37- check-latest : true
3837 - name : golangci-lint
3938 uses : golangci/golangci-lint-action@v6
4039 with :
5251 uses : actions/setup-go@v5
5352 with :
5453 go-version-file : go.mod
55- check-latest : true
5654 - name : Run go fmt
5755 run : make format && git diff --exit-code
Original file line number Diff line number Diff line change 7070 uses : actions/setup-go@v5
7171 with :
7272 go-version-file : go.mod
73- check-latest : true
7473
7574 - name : Install Tools
7675 env :
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ jobs:
110110 if : ${{ inputs.run_unit_tests || inputs.run_unit_tests == '' }}
111111 with :
112112 go-version-file : go.mod
113- check-latest : true
114113 - name : Run Units
115114 if : ${{ inputs.run_unit_tests || inputs.run_unit_tests == '' }}
116115 run : make units
Original file line number Diff line number Diff line change 5454 uses : actions/setup-go@v5
5555 with :
5656 go-version-file : go.mod
57- check-latest : true
5857 cache : true
5958
6059 - name : Install Windows Build Dependencies
You can’t perform that action at this time.
0 commit comments