Skip to content

Commit

Permalink
fix(packages): enable upgrades for go-task and go-version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 26, 2023
1 parent 2de349f commit 2c449e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ packages:
current_version: "$(go version | awk '{print $3}')"
latest_version: "$(curl -s 'https://go.dev/VERSION?m=text')"
scope: minimal
allow_upgrade: true
- name: go-age
script: true
script_cmd: go install filippo.io/age/cmd/...@latest
Expand All @@ -180,6 +181,7 @@ packages:
completion_file: ${HOME}/.local/share/zsh/site-functions/_task
completion_url: https://raw.githubusercontent.com/go-task/task/main/completion/zsh/_task
scope: minimal
allow_upgrade: true
- name: gpa
apt: true
scope: gui
Expand Down

0 comments on commit 2c449e6

Please sign in to comment.