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

Revert "github: Disable go-swagger on Go 1.25+"

This reverts commit 2711763b47.

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-09-21 22:00:35 -04:00
parent 9d69f5c7f7
commit 78752c93d0

View File

@@ -31,11 +31,6 @@ 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'