ci: upgrade CircleCI config to 2.1 (#5530)

This commit is contained in:
fatedier
2026-09-10 00:17:12 +08:00
committed by GitHub
parent c5508627c4
commit b0d840858f
+4 -3
View File
@@ -1,4 +1,4 @@
version: 2
version: 2.1
jobs:
go-version-latest:
docker:
@@ -16,10 +16,11 @@ jobs:
make env fmt
git diff --exit-code
make build
- run: make alltest
- run:
name: Run all tests
command: make alltest
workflows:
version: 2
build_and_test:
jobs:
- go-version-latest