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

This commit is contained in:
2025-03-23 23:02:33 -07:00
parent 7a68c28625
commit 0b876543d5
4 changed files with 127 additions and 127 deletions

View File

@@ -5,7 +5,7 @@ name: default
steps:
- name: test
image: golang:1.23.4
image: golang:1.24
volumes:
- name: deps
path: /go
@@ -31,6 +31,6 @@ steps:
from_secret: harbor_password
---
kind: signature
hmac: d92e5a575088ed17ad15dbf7bf34f79f1d6b61c09d8b05fc7aab58f94c011e01
hmac: 0c52196c25e55d77d014865c7a0298b24849133f9f59b14ca9fd235917f2649d
...