Browse Source

Merge pull request #594 from external-secrets/fix/docs

fix: gen-docs version update
paul-the-alien[bot] 4 years ago
parent
commit
eb92f2f6ff
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/docs.yml

+ 4 - 0
.github/workflows/docs.yml

@@ -5,6 +5,10 @@ on:
     branches:
       - main
 
+env:
+  # Common versions
+  GO_VERSION: '1.17'
+
 jobs:
   deploy:
     runs-on: ubuntu-18.04