File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : ' 1.19' # Replace with your required Go version
19+ go-version : ' 1.19'
2020
2121 - name : Lint multinode
2222 working-directory : ./multinode
Original file line number Diff line number Diff line change 1212 - name : Set up Go
1313 uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1414 with :
15- go-version-file : " multinode/go.mod" # Ensure the correct location of the go.mod file
15+ go-version-file : " multinode/go.mod"
1616
1717 - name : Build multinode
1818 run : cd multinode && go build -v ./...
4747 - name : Set up Go
4848 uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4949 with :
50- go-version-file : " multinode/go.mod" # Adjust if necessary to the correct path
50+ go-version-file : " multinode/go.mod"
5151
5252 - name : Ensure "make gomodtidy" has been run
5353 run : |
You can’t perform that action at this time.
0 commit comments