This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch 5.0.x in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit 45f1954f2858c867f972ce9f45ceb0ae59c161f4 Author: Zach Hoffman <[email protected]> AuthorDate: Thu Oct 29 11:17:27 2020 -0600 Update Go version to 1.15.3 (#5158) * Update Go version to 1.15.3 * Run Go unit tests and Traffic Ops API tests when the Go version is updated * Run gofmt action when GO_VERSION file is changed (cherry picked from commit a673e95e15656d1efbe31ec342a729a16cd97d04) --- .github/workflows/go.fmt.yml | 2 ++ .github/workflows/go.unit.tests.yaml | 2 ++ .github/workflows/traffic ops.yml | 2 ++ GO_VERSION | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.fmt.yml b/.github/workflows/go.fmt.yml index d44f330..b4a09df 100644 --- a/.github/workflows/go.fmt.yml +++ b/.github/workflows/go.fmt.yml @@ -20,10 +20,12 @@ name: Go Format on: push: paths: + - GO_VERSION - "**.go" create: pull_request: paths: + - GO_VERSION - "**.go" types: [opened, reopened, edited, synchronize] diff --git a/.github/workflows/go.unit.tests.yaml b/.github/workflows/go.unit.tests.yaml index d01525a..45dd623 100644 --- a/.github/workflows/go.unit.tests.yaml +++ b/.github/workflows/go.unit.tests.yaml @@ -20,6 +20,7 @@ name: Go Unit Tests on: push: paths: + - GO_VERSION - grove/**.go - lib/**.go - traffic_monitor/**.go @@ -29,6 +30,7 @@ on: create: pull_request: paths: + - GO_VERSION - grove/**.go - lib/**.go - traffic_monitor/**.go diff --git a/.github/workflows/traffic ops.yml b/.github/workflows/traffic ops.yml index 0db639f..c568431 100644 --- a/.github/workflows/traffic ops.yml +++ b/.github/workflows/traffic ops.yml @@ -20,12 +20,14 @@ name: Traffic Ops Go client/API integration tests on: push: paths: + - GO_VERSION - traffic_ops/traffic_ops_golang/**.go - traffic_ops/testing/api/**.go - traffic_ops/*client/**.go create: pull_request: paths: + - GO_VERSION - traffic_ops/traffic_ops_golang/**.go - traffic_ops/testing/api/**.go - traffic_ops/*client/**.go diff --git a/GO_VERSION b/GO_VERSION index 42cf067..f2380cc 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.15.2 +1.15.3
