Skip to content

Commit

Permalink
chore: Build releases with Go 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 12, 2025
1 parent e3ddf11 commit 83b5870
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
CHOCOLATEY_VERSION: 2.4.2 # https://github.com/chocolatey/choco/releases
EDITORCONFIG_CHECKER_VERSION: 3.2.0 # https://github.com/editorconfig-checker/editorconfig-checker/releases
FIND_TYPOS_VERSION: 0.0.3 # https://github.com/twpayne/find-typos/tags
GO_VERSION: 1.23.6 # https://go.dev/doc/devel/release
GO_VERSION: 1.24.0 # https://go.dev/doc/devel/release
GOFUMPT_VERSION: 0.7.0 # https://github.com/mvdan/gofumpt/releases
GOLANGCI_LINT_VERSION: 1.64.2 # https://github.com/golangci/golangci-lint/releases
GOLINES_VERSION: 0.12.2 # https://github.com/segmentio/golines/releases
Expand Down
2 changes: 1 addition & 1 deletion assets/chezmoi.io/docs/install.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pre-built binary and shell completions.
{{- end }}

=== "Windows"
{{ range $arch := list "amd64" "arm" "arm64" "i386" }}
{{ range $arch := list "amd64" "arm64" "i386" }}
[`{{ $arch }}`](https://github.com/twpayne/chezmoi/releases/download/v{{ $version }}/chezmoi_{{ $version }}_windows_{{ $arch }}.zip)
{{- end }}

Expand Down
1 change: 0 additions & 1 deletion assets/scripts/install-local-bin.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/scripts/install.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/twpayne/chezmoi/v2

go 1.23.4
go 1.23.6

require (
filippo.io/age v1.2.1
Expand Down

0 comments on commit 83b5870

Please sign in to comment.