Browse Source

add go...

Cliff Colvin 2 years ago
parent
commit
68e070a184
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/build-and-publish-release.yml

+ 5 - 0
.github/workflows/build-and-publish-release.yml

@@ -68,6 +68,11 @@ jobs:
       - name: Install crane
         uses: imjasonh/setup-crane@v0.1
 
+      - name: Install Go
+        uses: actions/setup-go@v5
+        with:
+          go-version: 'stable'
+
       ## Install manifest-tool, which is required to combine multi-arch images
       ## https://github.com/estesp/manifest-tool
       - name: Install manifest-tool