ci: bump curl to 8.2.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2c3b41a53f
commit
3250069123
@ -156,7 +156,7 @@ steps:
|
|||||||
- golangci-lint run -v --timeout 5m
|
- golangci-lint run -v --timeout 5m
|
||||||
|
|
||||||
- name: goreportcard refresh
|
- name: goreportcard refresh
|
||||||
image: docker.io/curlimages/curl:8.00.1
|
image: docker.io/curlimages/curl:8.2.0
|
||||||
depends_on: [golangci-lint]
|
depends_on: [golangci-lint]
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
trigger:
|
trigger:
|
||||||
@ -172,7 +172,7 @@ steps:
|
|||||||
- curl -sS -X POST -F \"repo=git.dotya.ml/${DRONE_REPO}\" https://goreportcard.com/checks -o /dev/null
|
- curl -sS -X POST -F \"repo=git.dotya.ml/${DRONE_REPO}\" https://goreportcard.com/checks -o /dev/null
|
||||||
|
|
||||||
- name: godocs refresh
|
- name: godocs refresh
|
||||||
image: docker.io/curlimages/curl:8.00.1
|
image: docker.io/curlimages/curl:8.2.0
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
depends_on: [golangci-lint]
|
depends_on: [golangci-lint]
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user