Private
Public Access
1
0

Update dependencies and Go

This commit is contained in:
2023-12-08 22:02:49 -08:00
parent 37d66b073e
commit 69cc4b4e80
4 changed files with 46 additions and 18 deletions

View File

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