Commit 8d65648
authored
feat: fix the CI dockerhub release error (#118)
Because of this project is using golang version 1.19, We should choice a good versions for packages.
Changes:
- Changed version of google.golang.org/protobuf/cmd/protoc-gen-go from @latest to @v1.28.0
- Changed version of google.golang.org/protobuf/cmd/protoc-gen-go from @latest to @v1.2.0
- Download modules with `go mod download` command instead of downloading packages with latest versions like: "RUN go get google.golang.org/grpc"1 parent 3874663 commit 8d65648
1 file changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| |||
0 commit comments