Skip to content
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
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v1.12.0
_commit: v1.12.1
_src_path: https://github.com/hugoh/go-tools.git
cog_omit_types: []
coverage_total: 80
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ permissions: {}

jobs:
hk:
uses: hugoh/go-tools/.github/workflows/go-hk.yml@ef068b07c1d6c9f9c8f09c05c75a66c75a61627b
uses: hugoh/go-tools/.github/workflows/go-hk.yml@8d9b10b0bc322952d04b9113c65d4b66a9ddf8cc
permissions:
contents: read

goci:
uses: hugoh/go-tools/.github/workflows/go-ci.yml@ef068b07c1d6c9f9c8f09c05c75a66c75a61627b
uses: hugoh/go-tools/.github/workflows/go-ci.yml@8d9b10b0bc322952d04b9113c65d4b66a9ddf8cc
permissions:
contents: read
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: [hk, goci]
uses: hugoh/go-tools/.github/workflows/go-release.yml@ef068b07c1d6c9f9c8f09c05c75a66c75a61627b
uses: hugoh/go-tools/.github/workflows/go-release.yml@8d9b10b0bc322952d04b9113c65d4b66a9ddf8cc
permissions:
contents: write
with:
Expand Down
2 changes: 1 addition & 1 deletion hk.pkl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amends "package://github.com/jdx/hk/releases/download/v1.51.0/hk@1.51.0#/Config.pkl"
import "package://github.com/jdx/hk/releases/download/v1.51.0/hk@1.51.0#/Builtins.pkl"
import "package://github.com/hugoh/hk-config/releases/download/v0.3.1/hk-config@0.3.1#/base.pkl" as Base
import "package://github.com/hugoh/hk-config/releases/download/v0.3.2/hk-config@0.3.2#/base.pkl" as Base

min_hk_version = Base.min_hk_version

Expand Down