build: update release builds and CI to Go 1.22.3

This commit is contained in:
Olaoluwa Osuntokun
2024-05-09 15:23:48 -07:00
parent 4a9ab6e538
commit a585833fb5
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.21.0-alpine as builder
FROM golang:1.22.3-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"