go-version: 1.18

addon-dailer
lqqyt2423 2 years ago
parent d52a27a558
commit 4246818db8

@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: 1.17 go-version: 1.18
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v3
with: with:
version: latest version: latest
args: release --rm-dist args: release --rm-dist

@ -1,6 +1,6 @@
module github.com/lqqyt2423/go-mitmproxy module github.com/lqqyt2423/go-mitmproxy
go 1.17 go 1.18
require ( require (
github.com/andybalholm/brotli v1.0.4 github.com/andybalholm/brotli v1.0.4

Loading…
Cancel
Save