Skip to content

Commit

Permalink
revert go version
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Oct 27, 2023
1 parent 971ca63 commit d6083ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d6083ec

Please sign in to comment.