Private
Public Access
1
0

Upgrade Go & dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-17 21:03:31 -08:00
parent e316aeee99
commit a5b1f9ef08
11 changed files with 225 additions and 166 deletions

View File

@@ -21,7 +21,8 @@ steps:
memory: 100MiB
- name: test
image: golang:1.23.4
image: golang:1.23
pull: always
volumes:
- name: go
path: /go
@@ -32,7 +33,8 @@ steps:
- go build ./...
- name: goreleaser
image: golang:1.23.4
image: golang:1.23
pull: always
resources:
requests:
cpu: 6000
@@ -81,6 +83,6 @@ volumes:
---
kind: signature
hmac: f9c2145e25810c18afed02f1092a1910894c6924873f9d1d7fdc492ebe6e8555
hmac: c3cf7118bd6e9a6310b792f9cb9a3a146416123528cf41d2e5ccb9c23786d02b
...