Commit Graph

12 Commits

Author SHA1 Message Date
Damien Neil 0b275dd0ba
golang-protobuf: update contacts (#9988) 2023-03-24 04:54:56 -07:00
AdamKorcz e9570a3adb
golang-protobuf: refactor build (#7886) 2022-06-17 15:13:19 +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
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
Catena cyber 6c9bd20f54
Golang modules documentation (#4711)
* Clones golang-protobuf into the expected directory

* Improves the documentation for golang projects with modules
2020-11-25 07:40:15 -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
Damien Neil f4f2fdd7b1
golang-protobuf: use build script in protobuf repo (#3348)
Move the core of the build script into the fuzzed repo, where it's easier
for us to manage.
2020-02-06 10:43:32 -08:00
Damien Neil 6906b57b3c
golang-protobuf: add user to auto_ccs (#3347)
Add herbie@ to auto_ccs.
2020-02-06 09:21:33 -08:00
Max Moroz 7751ab5a87
[infra] Introduce "language" attribute in the project.yaml (#3297). (#3299)
* [infra] Introduce "language" attribute in the project.yaml (#3297).

* follow up

* enable the attribute for more projects

* trailing newline
2020-01-30 15:36:44 -08:00
Damien Neil f4429c52ce [golang-protobuf] include seed corpus(es) (#3158)
Only build fuzzers under internal/fuzz. Assume a fuzzer is a directory
with a corpus/ subdirectory.

Include the contents of corpus/ as the seed corpus.
2019-12-20 21:10:19 -08:00
Damien Neil 7b8279e634 [golang-protobuf] Add Dockerfile and build.sh. (#2942) 2019-10-11 11:40:23 -07:00
Damien Neil 99329ca1e4 [golang-protobuf] Add project. (#2936) 2019-10-09 17:00:01 -07:00