英文: How can I connect to a docker container in github actions? 问题 我正在尝试使用GitHub Actions设置单元测试工作流程。 单...
GoReleaser和ssh-agent Github Actions:为什么无法读取用户名…终端提示被禁用?
英文: GoReleaser and ssh-agent Github Actions: Why could not read Username ... terminal prompts disabl...
GitHub操作以自动更新Go导入路径
英文: GitHub Action to auto update Go import paths 问题 有一个名为"auto-update-imports"的GitHub Acti...
gomobile: 命令未找到
英文: gomobile: command not found 问题 我有一些用golang编写的代码,编译成aar并通过gomobile在Android应用程序中作为库使用。在我的Windows机器...
GitHub操作对于golangci-lint失败,出现无法加载fmt的错误。
英文: GitHub action for golangci-lint fails with can't load fmt 问题 我正在使用GitHub操作https://github.com...
GitHub Actions – 在 Golang 代码中设置自定义操作的两个输出名称
英文: GitHub Actions - Set two output names from custom action in Golang code 问题 我已经写了一个自定义的 Golang 动作...
为什么在本地工作时,Github Actions 中的代码检查(linting)无法正常工作?
英文: Why doesn't linting in Github Actions work when it does locally? 问题 我正在构建一个Go项目,并且在每次提交时使用Gi...
使用 GitHub Actions 进行 Go beta 版本的发布
英文: Using Go beta releases with GitHub Actions 问题 可以使用 GitHub Actions 来使用 Go 语言的预览版本吗? 目前有一个 1.18 be...
在 GitHub Actions 和 Ubuntu 上运行 go test 时出现了“打开的文件太多”错误。
英文: Too many open files error when running go test in github actions and ubuntu 问题 我们已经构建了一个测试套件,在本地...
文件没有使用`gofmt -s`进行格式化:为什么会发生这种情况,如何解决?
英文: File is not `gofmt`-ed with `-s`: why is this happening and how to resolve it? 问题 我们使用一个(针对Golan...
24