ci: bump curl to 8.2.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2023-07-19 19:27:19 +02:00
parent 2c3b41a53f
commit 3250069123
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -156,7 +156,7 @@ steps:
- golangci-lint run -v --timeout 5m
- name: goreportcard refresh
image: docker.io/curlimages/curl:8.00.1
image: docker.io/curlimages/curl:8.2.0
depends_on: [golangci-lint]
pull: if-not-exists
trigger:
@ -172,7 +172,7 @@ steps:
- curl -sS -X POST -F \"repo=git.dotya.ml/${DRONE_REPO}\" https://goreportcard.com/checks -o /dev/null
- name: godocs refresh
image: docker.io/curlimages/curl:8.00.1
image: docker.io/curlimages/curl:8.2.0
pull: if-not-exists
depends_on: [golangci-lint]
trigger: