diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3a76d38d..4fea0bd10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: matrix: # Note: We upgraded to Go 1.18 in Hugo v0.95.0 # Go 1.18 had some breaking changes on the source level which means Hugo cannot be built - # with older Go versions, but the improvements in Go 1.18 were to good to pass on (e.g. break and continue). + # with older Go versions, but the improvements in Go 1.18 were too good to pass on (e.g. break and continue). # Note that you don't need Go (or Go 1.18) to run a pre-built binary. go-version: [1.18.x] os: [ubuntu-latest, macos-latest, windows-latest] |