Action required: Moving to the GoTestTools organization (version 2.4.0) #46
ghost
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are moving gotestfmt to the GoTestTools organization as we are joining forces with @engelmi to build more Go testing related tools, such as limgo. The maintainers of gotestfmt have not changed.
Please update your references to github.com/gotesttools/gotestfmt! The original
haveyoudebuggedit
organization will be deleted on January 1, 2023.Change instructions:
If you are using gotestfmt-action:
In the
.github/workflows
folder find the following segment:Replace it to:
If you are using
go install
:Find the following command (or similar) in your build config:
Replace it to:
If you are using the
ghcr.io/gotesttools/gotestfmt:latest
containerFind the following container reference in your build config:
Replace it to:
Beta Was this translation helpful? Give feedback.
All reactions