Commit Graph

13 Commits

Author SHA1 Message Date
Khaled Yakdan b7ee58b26c
infra: remove temporary build image for Go (#9230)
Upstream Go 1.19 already contains all fuzzing improvements implemented
in the used Go fork.
2022-12-19 13:00:55 +11:00
AdamKorcz 345072e521
grpc-gateway: refactor (#7888) 2022-06-17 16:22:05 +01:00
Navidem ae83c88a54
Upgrade infra and projects to go1.18 (#7791)
* Replace go get with go install in the scritp

* Remove go get from projects

* Replace gotip with go

* Fix CI

* Add missing dependency for cryptofuzz
2022-06-06 11:31:04 +10:00
Roman Wagner b1d19b1cd6
add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
jonathanmetzman a4cd74a98e
[go][infra] Create base-builder-go and use it to build go projects. (#6335)
Also, update base-builder-new to copy everything base-builder does
2021-08-30 06:57:23 -07:00
AdamKorcz a87a6d546b
[grpc-gateway] Fix coverage build (#5545) 2021-03-31 08:55:43 -07:00
Catena cyber 1e03eb94af
Go 1.16 more fixes (#5239)
* Fixes cilium build

* Fixes dragonfly build

* Fixes fasthttp build

* Fixes fastjson build

* golang build: change directory only temporary

* Fixes gitea build

* Fixes grpc-gateway build

* Fixes hugo project build

* Fixes ipfs build

* Fixes jsonparser build

* Fixes kubernetes build

* Fixes loki build

* Fixes minify build

* Fixes nats build

* Removes go get from the docs

* Fixes quic-go build

* Fixes radon build

* Fixes syzkaller build

* Fixes tidb build

* Fixes vitess build
2021-02-22 15:25:47 -08:00
William Dye 0e6b81c81b
"#/bin/bash" is just a comment; change "#/" to "#!/" (#5139) 2021-02-08 15:56:15 -08:00
AdamKorcz 60d9b0d9a7
[grpc-gateway] Fix failing build (#5111) 2021-02-04 05:43:10 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
Catena cyber 217175212b
[infra] Use generic compile_go_fuzzer for golang projects (#4659)
* Use generic compile_go_fuzzer for golang projects

* fix the copyright in the new script

Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-11-19 14:18:25 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
AdamKorcz 0e2df024ed
[gRPC-gateway] Initial integration (#3807) 2020-05-15 15:42:46 -07:00