shithub: furgit

Download patch

ref: 396179064680988aa81a880a101fdbdea901b3d9
parent: ab7501be34032fb9e5c48726a68ae90a917af9eb
author: Runxi Yu <me@runxiyu.org>
date: Wed Mar 4 04:06:31 EST 2026

ci: apk upgrade

--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -4,6 +4,9 @@
   - git
   - golangci-lint
 tasks:
+  - apk: |
+      sudo apk update
+      sudo apk upgrade
   - build: |
       cd furgit
       go build ./...
--