diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml
index 99a7a9530c6f520f8b5a069b8948d9a739aaa333..abac730f55ac533277b380c1a8c6136e394144e9 100644
--- a/.github/workflows/update.yaml
+++ b/.github/workflows/update.yaml
@@ -13,7 +13,10 @@ jobs:
     steps:
       - name: Check out code
         uses: actions/checkout@v2
-
+      - name: Setup Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.16.x
       - name: Update component versions
         id: update
         run: |