aboutsummaryrefslogtreecommitdiff
path: root/projects/go-attestation
AgeCommit message (Collapse)Author
2021-08-30[go][infra] Create base-builder-go and use it to build go projects. (#6335)jonathanmetzman
Also, update base-builder-new to copy everything base-builder does
2020-12-09Fill in main_repo for several projects. (#4816)Abhishek Arya
* Fill in main_repo for several projects. * Add some go repos.
2020-11-19[infra] Use generic compile_go_fuzzer for golang projects (#4659)Catena cyber
* Use generic compile_go_fuzzer for golang projects * fix the copyright in the new script Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-04-16[Go] remove "-lpthread" flag from "compile_fuzzer" and fix comments (#2714). ↵Max Moroz
(#3657) * [Go] remove "-lpthread" flag from "compile_fuzzer" and fix comments (#2714). * fix unrelated go-dns and gonids errors * simplify golang/build.sh as per Abhishek's comment
2020-04-13Switch OSS projects to use native go-fuzz. (#3638)Abhishek Arya
* Switch OSS projects to use native go-fuzz. * Fix go-json-iterator breakage, put source in package search dir. * Revert syzkaller change, track bug in #3639
2020-01-30[infra] Introduce "language" attribute in the project.yaml (#3297). (#3299)Max Moroz
* [infra] Introduce "language" attribute in the project.yaml (#3297). * follow up * enable the attribute for more projects * trailing newline
2019-12-04[go-attestation] Add new fuzzer methods to go-attestation config. (#3088)Tom D
2019-10-08[go-attestation] Add project (#2921)Brandon Weeks