Add windows build tag to artifactcache/utils_windows.go

This commit is contained in:
volkmnv 2025-10-21 09:13:33 +02:00
parent 88b770c5ce
commit bd32eb86b4

View file

@ -1,3 +1,5 @@
//go:build windows
package artifactcache
import "syscall"