From 5b23d1a2af3c649e53d05e3be5e18595abafc912 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez Date: Sun, 25 Jun 2023 00:08:25 -0400 Subject: [PATCH] Remove oldstable from matrix and platforms until tests are stable. --- .github/workflows/gosec.yml | 2 +- .github/workflows/tests.yml | 3 --- README.md | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 729a560..3d1bf7b 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -31,4 +31,4 @@ jobs: run: go install github.com/securego/gosec/v2/cmd/gosec@latest - name: Run Gosec (root) working-directory: . - run: go sec ./... \ No newline at end of file + run: gosec ./... \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36ce160..93c8f90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,12 +18,9 @@ jobs: strategy: matrix: go-version: - - oldstable - stable platform: - ubuntu-latest - - windows-latest - - macos-latest runs-on: ${{ matrix.platform }} steps: - name: Fetch Repository diff --git a/README.md b/README.md index c32e7d4..4c7fb8b 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,9 @@ Don't forget to add `http.forwardproxy` plugin. #### Build from source -0. Install latest Golang 1.12 or above and set export GO111MODULE=on +0. Install latest Golang 1.20 or above and set export GO111MODULE=on 1. ```bash - go install github.com/caddyserver/forwardproxy/cmd/caddy + go install github.com/caddyserver/forwardproxy/cmd/caddy@latest ``` Built `caddy` binary will be stored in $GOPATH/bin.