Golang version removal
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
yc
2025-11-12 09:57:24 +01:00
parent 0aef66207f
commit f1444c8046

View File

@@ -5,7 +5,7 @@ name: unit
steps: steps:
# -------------------- tests (host arch only) -------------------- # -------------------- tests (host arch only) --------------------
- name: test - name: test
image: golang:1.22-alpine image: golang:alpine
pull: if-not-exists pull: if-not-exists
commands: commands:
- go test ./... - go test ./...