update field (#8)
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

Reviewed-on: #8
Co-authored-by: andrey <andrey@4devs.io>
Co-committed-by: andrey <andrey@4devs.io>
This commit was merged in pull request #8.
This commit is contained in:
2024-01-02 15:45:34 +03:00
parent a3091c4eb6
commit abbcf0b1a0
30 changed files with 1893 additions and 1825 deletions

View File

@@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: golang:1.18.1
image: golang:1.21.5
volumes:
- name: deps
path: /go/src/mod
@@ -11,7 +11,7 @@ steps:
- go test
- name: golangci-lint
image: golangci/golangci-lint:v1.49
image: golangci/golangci-lint:v1.55
commands:
- golangci-lint run