Skip to content

Commit b651c82

Browse files
committed
Update CI
1 parent 815e06b commit b651c82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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 ./...
@@ -47,7 +47,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)