From d6083ec8c2d0398ee50aa0b555ef8155b8009f12 Mon Sep 17 00:00:00 2001 From: absolutelightning Date: Fri, 27 Oct 2023 16:16:09 +0530 Subject: [PATCH] revert go version --- .github/workflows/build.yml | 20 ++++++++++---------- .github/workflows/ci.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbeb7099a..d692e29fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,15 +71,15 @@ jobs: strategy: matrix: include: - - {go: "1.20", goos: "linux", goarch: "386"} - - {go: "1.20", goos: "linux", goarch: "amd64"} - - {go: "1.20", goos: "linux", goarch: "arm"} - - {go: "1.20", goos: "linux", goarch: "arm64"} - - {go: "1.20", goos: "freebsd", goarch: "386"} - - {go: "1.20", goos: "freebsd", goarch: "amd64"} - - {go: "1.20", goos: "windows", goarch: "386"} - - {go: "1.20", goos: "windows", goarch: "amd64"} - - {go: "1.20", goos: "solaris", goarch: "amd64"} + - {go: "1.20.10", goos: "linux", goarch: "386"} + - {go: "1.20.10", goos: "linux", goarch: "amd64"} + - {go: "1.20.10", goos: "linux", goarch: "arm"} + - {go: "1.20.10", goos: "linux", goarch: "arm64"} + - {go: "1.20.10", goos: "freebsd", goarch: "386"} + - {go: "1.20.10", goos: "freebsd", goarch: "amd64"} + - {go: "1.20.10", goos: "windows", goarch: "386"} + - {go: "1.20.10", goos: "windows", goarch: "amd64"} + - {go: "1.20.10", goos: "solaris", goarch: "amd64"} fail-fast: true name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build @@ -147,7 +147,7 @@ jobs: matrix: goos: [darwin] goarch: ["amd64"] - go: ["1.20"] + go: ["1.20.10"] fail-fast: true name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e19d3cf..8b0dbdee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.20 + GO_VERSION: 1.20.10 CONSUL_VERSION: 1.12.1 TERRAFORM_VERSION: 1.2.2