Skip to content

Commit e913624

Browse files
authored
chore: actually updates to go 1.24.4 and other things (#10)
1 parent 01f3943 commit e913624

File tree

7 files changed

+13
-41
lines changed

7 files changed

+13
-41
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ dev-requirements.txt
1919
gh-tp
2020
README.md
2121
gh-actlock
22+
gh-install
2223
*.exe

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
path = ".venv"
1010

1111
[tools]
12-
pnpm = "10.10.0"
12+
pnpm = "10.11.0"

.pre-commit-config.yaml

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
name: "Check Merge Conflicts"
2424

2525
- repo: https://github.com/gitleaks/gitleaks
26-
rev: v8.25.0
26+
rev: v8.27.0
2727
hooks:
2828
- id: gitleaks
2929
name: "Git Leaks"
@@ -76,37 +76,6 @@ repos:
7676
- yaml
7777
args: ["--schemafile", "https://goreleaser.com/static/schema.json"]
7878

79-
# - repo: local
80-
# hooks:
81-
# - id: make-lint
82-
# name: "Make Lint"
83-
# entry: "make lint"
84-
# language: system
85-
# pass_filenames: false
86-
#
87-
# - repo: local
88-
# hooks:
89-
# - id: make-tidy
90-
# name: "Make Tidy"
91-
# entry: "make tidy"
92-
# language: system
93-
# pass_filenames: false
94-
95-
# - repo: local
96-
# hooks:
97-
# - id: make-audit
98-
# name: "Make Audit"
99-
# entry: "make audit"
100-
# language: system
101-
# pass_filenames: false
102-
#
103-
# - repo: local
104-
# hooks:
105-
# - id: make-test
106-
# name: "Make Test"
107-
# entry: "make test"
108-
# language: system
109-
# pass_filenames: false
11079

11180
- repo: https://github.com/hukkin/mdformat
11281
rev: 0.7.22
@@ -122,7 +91,7 @@ repos:
12291
- mdformat-footnote
12392

12493
- repo: https://github.com/crate-ci/typos
125-
rev: v1.31.2
94+
rev: v1.32.0
12695
hooks:
12796
- id: typos
12897
args: [--force-exclude]
@@ -135,7 +104,7 @@ repos:
135104
name: "Shell Check"
136105

137106
- repo: https://github.com/DavidAnson/markdownlint-cli2
138-
rev: v0.17.2
107+
rev: v0.18.1
139108
hooks:
140109
- id: markdownlint-cli2
141110
name: "Markdown Lint"

.tool-versions

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
python 3.12.10
1+
nodejs 22.15.1
2+
python 3.12.10
3+
pnpm 10.11.0

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:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
22

3-
ARG GO_VERSION=1.24.3
3+
ARG GO_VERSION=1.24.4
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.3`
17+
- **Go Version:** Configurable via repository variables `GO_VERSION=1.24.4`
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.3` (or current Go version) - Tagged with the specific Go version
25-
- `1.24.3-YYYY-MM-DD` - Version with build date for historical reference
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
2626

2727
## Features
2828

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"prettier-plugin-sh": "^0.17.2",
77
"prettier-plugin-toml": "^2.0.4"
88
},
9-
"packageManager": "pnpm@10.10.0"
9+
"packageManager": "pnpm@10.11.0"
1010
}

0 commit comments

Comments
 (0)