From 481cc22d860a923d90373c1e6dca915f745051a0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 30 Jan 2026 09:09:57 +0100 Subject: ci: Remove FreeBSD support for now builds.sr.ht's FreeBSD image has golangci-lint 1.24, and we need Go 1.25. There's also very little advantage, as of right now, to have multiple OSes in the CI. --- .builds/freebsd.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .builds/freebsd.yml diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml deleted file mode 100644 index 09db34a0..00000000 --- a/.builds/freebsd.yml +++ /dev/null @@ -1,29 +0,0 @@ -image: freebsd/latest -packages: - - golangci-lint - - go -tasks: - - build: | - cd furgit - go build - - test-sha256: | - cd furgit - go test -v ./... - - test-sha1: | - cd furgit - go test -v -tags sha1 ./... - - test-race-sha256: | - cd furgit - go test -race -v ./... - - test-race-sha1: | - cd furgit - go test -race -v -tags sha1 ./... - - test-purego-sha256: | - cd furgit - go test -v -tags purego ./... - - lint: | - cd furgit - golangci-lint run ./... - - vet: | - cd furgit - go vet ./... -- cgit v1.3.1-10-gc9f91