Private
Public Access
1
0

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

This commit is contained in:
2025-03-08 10:21:44 -08:00
parent 118e596098
commit bd4e52a73b
3 changed files with 118 additions and 118 deletions

View File

@@ -21,7 +21,7 @@ steps:
memory: 100MiB
- name: test
image: golang:1.23
image: golang:1.24
pull: always
volumes:
- name: go
@@ -33,7 +33,7 @@ steps:
- go build ./...
- name: goreleaser
image: golang:1.23
image: golang:1.24
pull: always
resources:
requests:
@@ -83,6 +83,6 @@ volumes:
---
kind: signature
hmac: c3cf7118bd6e9a6310b792f9cb9a3a146416123528cf41d2e5ccb9c23786d02b
hmac: 616f5b902e42082a427162929ba5ac45d9331a8ade25c923f185ebb71dd8aef4
...