Compare commits

1 Commits
Author SHA1 Message Date
renovate-bot cc2bb7e7ff chore(deps): update golang docker tag to v1.27
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2026-08-19 19:39:13 +00:00
+3 -3
View File
@@ -3,16 +3,16 @@ kind: pipeline
name: coopcloud.tech/tagcmp
steps:
- name: gofmt
image: golang:1.26
image: golang:1.27
commands:
- test -z "$(gofmt -l .)"
- name: go build
image: golang:1.26
image: golang:1.27
commands:
- go build -v .
- name: go test
image: golang:1.26
image: golang:1.27
commands:
- go test . -cover