From 4246818db849d8024a0c165e2f3fb0ca1a822c06 Mon Sep 17 00:00:00 2001 From: lqqyt2423 <974923609@qq.com> Date: Sun, 26 Jun 2022 12:47:02 +0800 Subject: [PATCH] go-version: 1.18 --- .github/workflows/release.yml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dcf358..c8d07da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,17 +10,17 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: 1.17 + go-version: 1.18 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v3 with: version: latest args: release --rm-dist diff --git a/go.mod b/go.mod index e310c29..1813e26 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/lqqyt2423/go-mitmproxy -go 1.17 +go 1.18 require ( github.com/andybalholm/brotli v1.0.4