Update Go and dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-06 18:02:26 -07:00
parent 4d1ba7c425
commit 977e11141c
4 changed files with 12 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: golang:1.19.5
image: golang:1.20.5
volumes:
- name: deps
path: /go
@@ -28,3 +29,8 @@ steps:
from_secret: harbor_username
password:
from_secret: harbor_password
---
kind: signature
hmac: 004f812ff29a1e2546eeafbf449c36c901f69b5f2591f83152eebde7258453fd
...