Private
Public Access
1
0

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

This commit is contained in:
2024-03-09 09:59:29 -08:00
parent 675e993353
commit 3cbef93607
10 changed files with 224 additions and 293 deletions

View File

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