aboutsummaryrefslogtreecommitdiff
path: root/go/def.bzl
AgeCommit message (Expand)Author
2023-04-11prepare patch release 0.39.1 (#3517)Tyler French
2023-03-28prepare release 0.39 (#3494)Tyler French
2023-02-23Extract generated code from BUILD.toolchains.bazel into a macro (#3439)Fabian Meumertzheim
2023-01-23Preparing 0.38.0 release (#3425)Zhongpeng Lin
2023-01-10Update and run buildifier (#3416)Fabian Meumertzheim
2022-12-05chore(release): update version (#3381)Jamy Timmermans
2022-11-24Declare toolchains in a separate repository (#3348)John Firebaugh
2022-11-21prepare for v0.36.0 release (#3353)LWarrens
2022-09-11Preparing 0.35 release (#3288)Zhongpeng Lin
2022-08-25Add `go_cross_binary` rule for cross-compilation. (#3261)James Bartlett
2022-07-19bumping rules_go version to 0.34.0Zhongpeng Lin
2022-06-06Prepare release v0.33.0 (#3175)Fabian Meumertzheim
2022-05-11Bump the version to 0.32.0 (#3149)Zhongpeng Lin
2022-04-17Avoid calling go_path rule in source mode (#3121)Zhongpeng Lin
2022-03-14Prepare 0.31.0 release (#3089)Moises Vega
2022-01-24Release rules_go v0.30.0 (#3049)Jamy Timmermans
2021-12-28Stardoc generates API docs for core rules (#3000)Alex Eagle
2021-10-06Set RULES_GO_VERSION to 0.29.0 (#2978)Rob Figueiredo
2021-09-23Allow nogo to depend on go_library (#2922)thomas-wk
2021-07-01Set RULES_GO_VERSION to 0.28.0 (#2908)Jay Conrod
2021-03-17Set RULES_GO_VERSION to 0.27.0 (#2851)Jay Conrod
2021-03-08Set RULES_GO_VERSION to 0.26.0 (#2838)Jay Conrod
2020-12-02Set RULES_GO_VERSION to 0.25.0 (#2744)Jay Conrod
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-10-09go: remove deprecated features (#2671)Jay Conrod
2020-08-27Set RULES_GO_VERSION to 0.24.0 (#2631)Jay Conrod
2020-05-13Set RULES_GO_VERSION to 0.23.0 (#2495)Jay Conrod
2020-05-13Update dependencies for v0.23.0 release (#2490)Jay Conrod
2020-05-08Revert changes migrating nogo to configuration transitions (#2481)Jay Conrod
2020-05-05nogo: stop using go_tool_library (#2474)Jay Conrod
2020-03-30Export `TOOLS_NOGO` deps list. (#2416)David Bartley
2020-02-26Set RULES_GO_VERSION to 0.22.0 (#2385)Jay Conrod
2020-02-06tests: add buildifier_test (#2356)Jay Conrod
2020-01-10Set RULES_GO_VERSION to 0.21.0 (#2341)Jay Conrod
2019-10-14Set RULES_GO_VERSION to 0.20.0 (#2240)Jay Conrod
2019-05-19Set RULES_GO_VERSION to 0.19.0 (#2069)Jay Conrod
2019-04-20GoCompilePkg: unified action for building a Go package (#2027)Jay Conrod
2019-03-04Remove deprecated support for Go 1.9 and go_vet_test (#1977)Jay Conrod
2019-03-03Set RULES_GO_VERSION to 0.18.0 (#1975)Jay Conrod
2019-01-28Set RULES_GO_VERSION to 0.17.0 (#1927)Jay Conrod
2019-01-28Move repository definitions from //go:def.bzl to //go:deps.bzl (#1926)Jay Conrod
2019-01-11nogo: translate 'vet = True' into appropriate deps (#1897)Jay Conrod
2018-11-27Fix for remaining Bazel incompatible changes (#1834)Laurent Le Brun
2018-11-27Explicitly reexport some symbols, reformat the .bzl files with Buildifier (#1...Laurent Le Brun
2018-10-15Set RULES_GO_VERSION to 0.16.0 (#1769)Jay Conrod
2018-10-11nogo is a tool that analyzes the source code of Go programs. (#1759)Jay Conrod
2018-08-16Set RULES_GO_VERSION to 0.15.0 (#1665)Jay Conrod
2018-08-15Remove gazelle and its deps from go_rules_dependencies (#1659)Jay Conrod
2018-08-06Set RULES_GO_VERSION to 0.14.0 (#1633)Jay Conrod
2018-07-31Add go_wrap_sdk rule (#1618)Jay Conrod