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 3341f83 commit e98967bCopy full SHA for e98967b
.drone.yml
@@ -13,7 +13,7 @@ pool:
13
steps:
14
- name: staticcheck
15
pull: always
16
- image: golang:1.19
+ image: golang:1.24
17
environment:
18
GO111MODULE: "on" # Explicitly enable Go modules
19
commands:
@@ -25,7 +25,7 @@ steps:
25
26
- name: lint
27
28
29
30
- go get golang.org/x/lint/golint
31
- go run golang.org/x/lint/golint -set_exit_status ./...
@@ -35,7 +35,7 @@ steps:
35
36
- name: vet
37
38
39
40
- go vet ./...
41
volumes:
@@ -44,7 +44,7 @@ steps:
44
45
- name: test
46
47
48
49
- go test -cover -v ./...
50
0 commit comments