Private
Public Access
1
0

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

This commit is contained in:
2024-01-12 22:14:15 -08:00
parent 47b96cd598
commit 6b84bbe5e1
6 changed files with 60 additions and 21 deletions

View File

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