Skip to content

Commit

Permalink
change goreleaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed May 17, 2024
1 parent c682a4a commit 165c9ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.22'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
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/lqqyt2423/go-mitmproxy

go 1.18
go 1.22

require (
github.com/andybalholm/brotli v1.0.4
Expand Down

0 comments on commit 165c9ed

Please sign in to comment.