Update golang and drone-kaniko
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Ask Bjørn Hansen 2021-11-08 13:31:27 -08:00
parent 3abd4c1519
commit 57958bd383

View File

@ -5,7 +5,7 @@ name: default
steps:
- name: test
image: golang:1.17.2
image: golang:1.17.3
commands:
- go test -v
- go build
@ -34,7 +34,7 @@ steps:
- cat /shared/greetings.txt
- name: docker
image: harbor.ntppool.org/ntppool/drone-kaniko:1.7.0-debug1
image: harbor.ntppool.org/ntppool/drone-kaniko:1.7.0-1
pull: always
settings:
repo: ask/drone-test
@ -54,6 +54,6 @@ volumes:
---
kind: signature
hmac: 9cdf40809c3a297af1f4f0b1510f56f50a053f8ffecf02e0b21545f8aae0d69d
hmac: 10ad8f183db2d1a7a1062bd1f0aab9e7292c2e87accc080ed2340aa6989e1695
...