File tree Expand file tree Collapse file tree 7 files changed +13
-41
lines changed
Expand file tree Collapse file tree 7 files changed +13
-41
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ dev-requirements.txt
1919gh-tp
2020README.md
2121gh-actlock
22+ gh-install
2223* .exe
Original file line number Diff line number Diff line change 99 path = " .venv"
1010
1111[tools ]
12- pnpm = " 10.10 .0"
12+ pnpm = " 10.11 .0"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1- python 3.12.10
1+ nodejs 22.15.1
2+ python 3.12.10
3+ pnpm 10.11.0
Original file line number Diff line number Diff line change 11FROM 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
66RUN set -eux && \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments