1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

github: Disable go-swagger on Go 1.25+

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-08-25 17:07:53 -04:00
parent 9d33854c46
commit 2711763b47

View File

@@ -31,6 +31,11 @@ jobs:
# Differential ShellCheck requires full git history
fetch-depth: 0
- name: Workaround for broken go-swagger on Go 1.25
run: |
rm test/lint/rest-api-up-to-date.sh
if: matrix.go == 'tip' || matrix.go == 'stable'
- name: Dependency Review
uses: actions/dependency-review-action@v4
if: github.event_name == 'pull_request'