Private
Public Access
1
0

Update dependencies; better logging and tracing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-21 12:15:19 -08:00
parent fa86be0310
commit 4d2ff44b18
5 changed files with 155 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ steps:
memory: 100MiB
- name: test
image: golang:1.21.3
image: golang:1.21.4
volumes:
- name: go
path: /go
@@ -32,7 +32,7 @@ steps:
- go build ./...
- name: goreleaser
image: golang:1.21.3
image: golang:1.21.4
resources:
requests:
cpu: 6000
@@ -81,6 +81,6 @@ volumes:
---
kind: signature
hmac: ad52df0920ec958bfc10c9716eed78888605ff0f5eab718212ac4f42d597773c
hmac: decaee945fdc81d38afbc85c69e3192f9c798e599af1c7a9d0a2f2c97c806f63
...