We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58ad30 commit a383b82Copy full SHA for a383b82
.drone.yml
@@ -13,7 +13,7 @@ pool:
13
steps:
14
- name: staticcheck
15
pull: always
16
- image: golang:1.19
+ image: golang:1.22
17
commands:
18
- go get honnef.co/go/tools/cmd/staticcheck
19
- go run honnef.co/go/tools/cmd/staticcheck ./...
@@ -23,7 +23,7 @@ steps:
23
24
- name: lint
25
26
27
28
- go get golang.org/x/lint/golint
29
- go run golang.org/x/lint/golint -set_exit_status ./...
@@ -33,7 +33,7 @@ steps:
33
34
- name: vet
35
36
37
38
- go vet ./...
39
volumes:
@@ -42,7 +42,7 @@ steps:
42
43
- name: test
44
45
46
47
- go test -cover -v ./...
48
0 commit comments