Skip to content

Commit 9f6b7a5

Browse files
authored
feat: go 1.24.5 (#16)
1 parent 02a59d5 commit 9f6b7a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
22

3-
ARG GO_VERSION=1.24.4
3+
ARG GO_VERSION=1.24.5
44

55
# Install dependencies, download Go, and set it up in one layer
66
RUN set -eux && \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ This repository contains a Dockerfile and GitHub Actions workflow that creates a
1414
## Container Details
1515

1616
- **Base Image:** Ubuntu 24.04
17-
- **Go Version:** Configurable via repository variables `GO_VERSION=1.24.4`
17+
- **Go Version:** Configurable via repository variables `GO_VERSION=1.24.5`
1818
- **Registry:** [Docker Hub - esacteksab/go](https://hub.docker.com/r/esacteksab/go)
1919
- **Build Schedule:** Every Friday at 9:00 AM Central Time (US/Chicago)
2020

2121
## Available Tags
2222

2323
- `latest` - The most recent build
24-
- `1.24.4` (or current Go version) - Tagged with the specific Go version
25-
- `1.24.4-YYYY-MM-DD` - Version with build date for historical reference
24+
- `1.24.5` (or current Go version) - Tagged with the specific Go version
25+
- `1.24.5-YYYY-MM-DD` - Version with build date for historical reference
2626

2727
## Features
2828

0 commit comments

Comments
 (0)