Private
Public Access
1
0

build: update go and dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-27 08:17:04 -07:00
parent 196f90a2b9
commit 85d86bc837
4 changed files with 175 additions and 168 deletions

View File

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