Skip to content

Commit a383b82

Browse files
Update golang Docker tag to v1.22
1 parent d58ad30 commit a383b82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pool:
1313
steps:
1414
- name: staticcheck
1515
pull: always
16-
image: golang:1.19
16+
image: golang:1.22
1717
commands:
1818
- go get honnef.co/go/tools/cmd/staticcheck
1919
- go run honnef.co/go/tools/cmd/staticcheck ./...
@@ -23,7 +23,7 @@ steps:
2323

2424
- name: lint
2525
pull: always
26-
image: golang:1.19
26+
image: golang:1.22
2727
commands:
2828
- go get golang.org/x/lint/golint
2929
- go run golang.org/x/lint/golint -set_exit_status ./...
@@ -33,7 +33,7 @@ steps:
3333

3434
- name: vet
3535
pull: always
36-
image: golang:1.19
36+
image: golang:1.22
3737
commands:
3838
- go vet ./...
3939
volumes:
@@ -42,7 +42,7 @@ steps:
4242

4343
- name: test
4444
pull: always
45-
image: golang:1.19
45+
image: golang:1.22
4646
commands:
4747
- go test -cover -v ./...
4848
volumes:

0 commit comments

Comments
 (0)