build: update to Go 1.22.5

This commit is contained in:
Olaoluwa Osuntokun 2024-07-24 14:20:03 -07:00
parent b10ebb2692
commit 9e2b308f93
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/release.yml
GO_VERSION: 1.22.3
GO_VERSION: 1.22.5
jobs:
########################

View File

@ -16,7 +16,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/main.yml
GO_VERSION: 1.22.3
GO_VERSION: 1.22.5
jobs:
main:

View File

@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.22.3-alpine as builder
FROM golang:1.22.5-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.

View File

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

View File

@ -4,7 +4,7 @@
# /dev.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.22.3-bookworm
FROM golang:1.22.5-bookworm
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>