Skip to content

Commit

Permalink
Bump toolchain (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Dec 23, 2024
1 parent db5a3f4 commit c06ae64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ release:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down
10 changes: 5 additions & 5 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
golang = "1.22.4"
golangci-lint = "1.59.0"
goreleaser = "2.0.0"
nfpm = "2.37.1"
task = "3.37.2"
golang = "1.22.10"
golangci-lint = "1.62.2"
goreleaser = "2.5.0"
nfpm = "2.41.1"
task = "3.40.1"

0 comments on commit c06ae64

Please sign in to comment.