Skip to content

chore: actually updates to go 1.24.4 and other things #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dev-requirements.txt
gh-tp
README.md
gh-actlock
gh-install
*.exe
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
path = ".venv"

[tools]
pnpm = "10.10.0"
pnpm = "10.11.0"
37 changes: 3 additions & 34 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
name: "Check Merge Conflicts"

- repo: https://github.com/gitleaks/gitleaks
rev: v8.25.0
rev: v8.27.0
hooks:
- id: gitleaks
name: "Git Leaks"
Expand Down Expand Up @@ -76,37 +76,6 @@ repos:
- yaml
args: ["--schemafile", "https://goreleaser.com/static/schema.json"]

# - repo: local
# hooks:
# - id: make-lint
# name: "Make Lint"
# entry: "make lint"
# language: system
# pass_filenames: false
#
# - repo: local
# hooks:
# - id: make-tidy
# name: "Make Tidy"
# entry: "make tidy"
# language: system
# pass_filenames: false

# - repo: local
# hooks:
# - id: make-audit
# name: "Make Audit"
# entry: "make audit"
# language: system
# pass_filenames: false
#
# - repo: local
# hooks:
# - id: make-test
# name: "Make Test"
# entry: "make test"
# language: system
# pass_filenames: false

- repo: https://github.com/hukkin/mdformat
rev: 0.7.22
Expand All @@ -122,7 +91,7 @@ repos:
- mdformat-footnote

- repo: https://github.com/crate-ci/typos
rev: v1.31.2
rev: v1.32.0
hooks:
- id: typos
args: [--force-exclude]
Expand All @@ -135,7 +104,7 @@ repos:
name: "Shell Check"

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.2
rev: v0.18.1
hooks:
- id: markdownlint-cli2
name: "Markdown Lint"
4 changes: 3 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python 3.12.10
nodejs 22.15.1
python 3.12.10
pnpm 10.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:24.04@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f

ARG GO_VERSION=1.24.3
ARG GO_VERSION=1.24.4

# Install dependencies, download Go, and set it up in one layer
RUN set -eux && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ This repository contains a Dockerfile and GitHub Actions workflow that creates a
## Container Details

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

## Available Tags

- `latest` - The most recent build
- `1.24.3` (or current Go version) - Tagged with the specific Go version
- `1.24.3-YYYY-MM-DD` - Version with build date for historical reference
- `1.24.4` (or current Go version) - Tagged with the specific Go version
- `1.24.4-YYYY-MM-DD` - Version with build date for historical reference

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"prettier-plugin-sh": "^0.17.2",
"prettier-plugin-toml": "^2.0.4"
},
"packageManager": "pnpm@10.10.0"
"packageManager": "pnpm@10.11.0"
}