Skip to content

Commit 85d1696

Browse files
authored
Update go.yml
1 parent 6cf5bb5 commit 85d1696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.23'
2323

2424
- name: Build
25-
run: go build -v ./...
25+
run: go mod tidy && go build -v ./...
2626

2727
- name: Test
28-
run: go test -v ./...
28+
run: go mod tidy && go test -v ./...

0 commit comments

Comments
 (0)