From 09126d20b9ee68b1c0ba9c561b22680eca690698 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:56:08 -0400 Subject: [PATCH] [Automation] Bump Golang version to 1.22.5 (#107) Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com> --- .go-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 2a0ba77..da9594f 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.4 +1.22.5 diff --git a/Dockerfile b/Dockerfile index 7b06472..0ade145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4-alpine3.19 as builder +FROM golang:1.22.5-alpine3.19 as builder RUN apk add --no-cache musl-dev gcc libpcap libpcap-dev