build: set min build version to Go 1.22.6

Go 1.23 was released this week, so with this PR we update the build
system to officially support the last two releases.
This commit is contained in:
Olaoluwa Osuntokun
2024-08-14 11:38:28 -07:00
committed by Oliver Gugger
parent b4693b2010
commit 19b5a1fb05
12 changed files with 14 additions and 15 deletions

View File

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