upgrade CI to use Go 1.24.4

This commit is contained in:
Ryan Richard
2025-07-01 12:24:04 -07:00
parent cfaaffc0a5
commit 51f396d1b3
19 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ FROM cfssl/cfssl:v1.6.5 as cfssl
# We just need any basic unix with bash, but we can pick the same
# base image that they use, just in case they did any dynamic linking.
FROM golang:1.24.3
FROM golang:1.24.4
# Thier Docerfile https://github.com/cloudflare/cfssl/blob/master/Dockerfile
# calls their Makefile https://github.com/cloudflare/cfssl/blob/master/Makefile