Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bolitt/rules_go

Tags

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release rules_go v0.30.0 (bazel-contrib#3049)

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set RULES_GO_VERSION to 0.29.0 (bazel-contrib#2978)

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Bazel and Ubuntu versions in CI configuration (bazel-contrib#2912

)

* Bazel 4.0.0 is now the minimum supported version.
  This is the LTS release.
* This is tested on Ubuntu 18.04, the oldest supported Ubuntu release.
* The latest version of Bazel is now tested on Ubuntu 20.04.

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set RULES_GO_VERSION to 0.27.0 (bazel-contrib#2851)

v0.24.14

Toggle v0.24.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Go 1.16.1, 1.16.2, 1.15.9, 1.15.10 (bazel-contrib#2850)

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set RULES_GO_VERSION to 0.26.0 (bazel-contrib#2838)

v0.24.13

Toggle v0.24.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Go 1.16 (bazel-contrib#2821)

Fixes bazel-contrib#2820

---

tests: partial cherry-pick of test change in bazel-contrib#2730

The Go 1.16 linker appears stricter about fingerprinting. This test no
longer works, but the behavior being tested was never supported.

Sync with the test on master, which always expects an error.

v0.24.12

Toggle v0.24.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Go 1.15.8, 1.14.15 (bazel-contrib#2810)

Now testing with Bazel 3.7.2, the maximum supported version.
Compatibility with Bazel 4.0.0 was fixed in bazel-contrib#2683, but that broke
compatibility with 2.x.y, so it can't be backported to this branch.

Fixes bazel-contrib#2809

v0.24.11

Toggle v0.24.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Go 1.15.7, 1.14.14 (bazel-contrib#2791)

Fixes bazel-contrib#2789

v0.25.1

Toggle v0.25.1's commit message
Test Go 1.16beta1 (bazel-contrib#2769)

* Set `GO111MODULE=off` in `go_info`
* Switched to Gazelle `v0.22.3` which also includes fixes.