Skip to content

Commit

Permalink
release workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo van der Wijk committed Jan 17, 2024
1 parent cb3f2b9 commit 963fbbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.19
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.21
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down
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/iivvoo/clai

go 1.21.1
go 1.21

require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand Down

0 comments on commit 963fbbd

Please sign in to comment.