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

This commit is contained in:
2024-12-22 17:19:10 -08:00
parent 6a7628a84e
commit 14edfaf0e9
3 changed files with 6 additions and 4 deletions

View File

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