Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade tooling #32

Merged
merged 1 commit into from
Jun 10, 2024
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
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
Loading