Skip to content

Conversation

KoichiWada
Copy link

The following modifications were made to the fork of revel/cmd:

  • Changed the module name to github.com/bengo4/revel_cmd.
  • Added GitHub Actions to run unit tests and build tests for multiple versions of Go, up to version 1.22.
  • Modified the source retrieval protocol during tests from git to https.
  • Updated x/tools to the latest version to use the latest x/tools/go/packages. This has set the minimum Go version required for building to 1.19.

revel/cmd を fork したものに対して以下の修正を加えました。

  • module 名を github.com/bengo4/revel_cmd に変更しました。
  • GitHub Actions を追加し、Goの1.22以下の複数のバージョンに関してユニットテストとビルドテストを行うようにしました。
  • テスト中の git プロトコルでソースの取得を行っているところを、https を使うように修正しました。
  • x/tools/go/packages の最新版を使うため、x/tools を最新にしました。これによりビルド可能な最小のGoバージョンを1.19にしました。

@@ -1,40 +1,42 @@
module github.com/revel/cmd
module github.com/bengo4/revel_cmd

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KoichiWada I suppose this is correct for your fork only, and so this PR is not ok to be merged on revel/cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants