Skip to content

Commit

Permalink
build: go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuheiKubota committed Mar 14, 2024
1 parent 94b4f0c commit 5dd1a05
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version: '1.22'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,17 @@ archives:
rlcp: true
release:
prerelease: auto
changelog:
skip: false
filters:
exclude:
- '^test:'
groups:
- title: 'Features'
regexp: "^.*feat[(\\w)!]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)!]*:+.*$"
order: 1
- title: 'Others'
order: 999
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/shu-go/pmsync

go 1.21
go 1.22

require (
github.com/mattn/go-zglob v0.0.4
Expand Down

0 comments on commit 5dd1a05

Please sign in to comment.