Skip to content

Commit

Permalink
upgrade tooling (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Jun 10, 2024
1 parent 3281b15 commit 51ec3fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -42,10 +42,10 @@ aurs:
install -Dm644 "./LICENSE" "$pkgdir/usr/share/licenses/git-pair/LICENSE"
brews:
- name: git-pair
tap:
repository:
owner: inverse
name: homebrew-tap
folder: Formula
directory: Formula
description: 'A simple CLI app to make it easier for pairing for co-authoring commits'
homepage: 'https://github.com/inverse/git-pair/'
license: MIT
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.20.4"
golangci-lint = "1.52.2"
goreleaser = "1.18.2"
nfpm = "2.28.0"
task = "3.24.0"
golang = "1.22.4"
golangci-lint = "1.59.0"
goreleaser = "2.0.0"
nfpm = "2.37.1"
task = "3.37.2"
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ tasks:
desc: Perform dev goreleaser
deps: [clean]
cmds:
- PROJECT={{.PROJECT}} goreleaser release --snapshot --clean --skip-publish
- PROJECT={{.PROJECT}} goreleaser release --snapshot --clean --skip=publish

0 comments on commit 51ec3fb

Please sign in to comment.