Skip to content

Releases: protocol/multiple-go-modules

v1.4

14 Jun 17:11
ac694ba
Compare
Choose a tag to compare

What's Changed

  • Revert "Merge pull request #8 from protocol/configure-shell" by @galargh in #9

New Contributors

Full Changelog: v1.3...v1.4

v1.3

12 Nov 09:43
9d28aab
Compare
Choose a tag to compare

This release adds an optional configuration parameter shell to configure the shell used to execute the step. Valid options are bash and msys2 {0} (default: bash).

v1.2

27 Jul 12:15
a932405
Compare
Choose a tag to compare
  • add a working-directory input to set the working directory (#4)

v1.1

23 Jul 18:35
7254415
Compare
Choose a tag to compare

This release improves the output for repositories that only have a single Go module: In these repos, we don't output a group.

v1.0

30 May 22:23
d5c1f3f
Compare
Choose a tag to compare
don't use gofmt as an example in the README

gofmt doesn't care about Go modules, so that's a bad example.