From 88579792f60445d67eb8b72653b1775a8ff25940 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Thu, 15 Aug 2024 11:28:24 +0100 Subject: [PATCH] Fix a typo in GHA build workflow comment Signed-off-by: Milos Gajdos --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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