diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13ecc8c41..2c573f6ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: env: # Setting GOTOOLCHAIN to local tells go # to to use the bundled Go version rather - # than fetching the tolchain according to + # than fetching the toolchain according to # toolchain directive found in go.mod. GOTOOLCHAIN: local runs-on: ubuntu-latest