fix: disable swagger docs until they update to support Go 1.24

This commit is contained in:
blacktop
2025-02-13 16:54:43 -07:00
parent 0b57b125b1
commit 8a32846453
+2 -1
View File
@@ -1,7 +1,8 @@
// Package api contains common constants for daemon and client.
package api
//go:generate swagger generate spec -o swagger.json
// FIXME: this doesn't work with Go 1.24 currently and errors: panic: unsupported version: 2
////go:generate swagger generate spec -o swagger.json
// Common constants for daemon and client.
const (