Skip to content

Commit

Permalink
upgrade deps and credits (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 17, 2024
1 parent d2e6b95 commit 43aa399
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 978 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
go-version: 1.22.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@53acad1befee355d46f71cccf6ab4d885eb4f77f
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --skip-publish --rm-dist --snapshot
args: release --clean --skip=publish --snapshot
-
name: Upload Win64 Binaries
uses: actions/upload-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name: warp
before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy -compat=1.19
- go mod tidy -compat=1.21
builds:
-
goos:
Expand Down
Loading

0 comments on commit 43aa399

Please sign in to comment.