diff options
author | Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com> | 2023-09-09 01:38:44 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 14:38:44 -0400 |
commit | 2cac3c5491e6428441ecf668cc4f5a86e67ed9b3 (patch) | |
tree | 6733b3808bbf088bfc8fa8d3b8e255ce0c4adb58 /.github/workflows | |
parent | f2ab7099db6d8386299796e6eef8e30f65b21bcc (diff) |
httpcaddyfile: fix placeholder shorthands in named routes (#5791)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f4a9b44..2bf2eab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -56,3 +56,5 @@ jobs: steps: - name: govulncheck uses: golang/govulncheck-action@v1 + with: + check-latest: true |