We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba67a26 commit fd6047aCopy full SHA for fd6047a
.github/workflows/documentation.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
GO_VERSION: stable
15
- HUGO_VERSION: '0.117.0'
+ HUGO_VERSION: ${{vars.HUGO_VERSION}}
16
CGO_ENABLED: 0
17
18
steps:
.github/workflows/pr.yml
@@ -13,8 +13,8 @@ jobs:
- GOLANGCI_LINT_VERSION: v1.56.0
+ GOLANGCI_LINT_VERSION: ${{vars.GOLANGCI_LINT_VERSION}}
19
LEGO_E2E_TESTS: CI
20
MEMCACHED_HOSTS: localhost:11211
0 commit comments