Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lqs committed Nov 19, 2024
1 parent 8027d0e commit 03900ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
go-version: 1.19

- name: Build
run: go mod init github.com/lqs/grpcmix && go mod tidy && go build -v ./...
run: go mod init github.com/lqs/grpcmix && go get -u && go build -v ./...

0 comments on commit 03900ed

Please sign in to comment.