Skip to content

Commit 845e445

Browse files
Update .drone.yml
1 parent 6089476 commit 845e445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .drone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pool:
88

99
steps:
1010
- name: vet
11-
image: golang:1.15
11+
image: golang:1.22
1212
commands:
1313
- go vet ./...
1414
volumes:
@@ -18,7 +18,7 @@ steps:
1818
- clone
1919

2020
- name: test
21-
image: golang:1.15
21+
image: golang:1.22
2222
commands:
2323
- go test -cover ./...
2424
volumes:
@@ -28,7 +28,7 @@ steps:
2828
- vet
2929

3030
- name: check go.mod is up to date
31-
image: golang:1.15
31+
image: golang:1.22
3232
commands:
3333
- cp go.mod go.mod.bak
3434
- go mod tidy

0 commit comments

Comments
 (0)