Skip to content

Commit

Permalink
Merge pull request #1089 from hashicorp/dhiaayachi/go1.22.3
Browse files Browse the repository at this point in the history
bump go version to 1.22.4
  • Loading branch information
shore authored Jun 26, 2024
2 parents df5f557 + 82890be commit 4680a38
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
strategy:
matrix:
include:
- { go: "1.21.8", goos: "linux", goarch: "386" }
- { go: "1.21.8", goos: "linux", goarch: "amd64" }
- { go: "1.21.8", goos: "linux", goarch: "arm" }
- { go: "1.21.8", goos: "linux", goarch: "arm64" }
- { go: "1.21.8", goos: "freebsd", goarch: "386" }
- { go: "1.21.8", goos: "freebsd", goarch: "amd64" }
- { go: "1.21.8", goos: "windows", goarch: "386" }
- { go: "1.21.8", goos: "windows", goarch: "amd64" }
- { go: "1.21.8", goos: "solaris", goarch: "amd64" }
- { go: "1.22.4", goos: "linux", goarch: "386" }
- { go: "1.22.4", goos: "linux", goarch: "amd64" }
- { go: "1.22.4", goos: "linux", goarch: "arm" }
- { go: "1.22.4", goos: "linux", goarch: "arm64" }
- { go: "1.22.4", goos: "freebsd", goarch: "386" }
- { go: "1.22.4", goos: "freebsd", goarch: "amd64" }
- { go: "1.22.4", goos: "windows", goarch: "386" }
- { go: "1.22.4", goos: "windows", goarch: "amd64" }
- { go: "1.22.4", goos: "solaris", goarch: "amd64" }
fail-fast: true

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
matrix:
goos: [darwin]
goarch: ["amd64"]
go: ["1.21.8"]
go: ["1.22.4"]
fail-fast: true

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- "release/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

env:
GO_VERSION: 1.21.8
GO_VERSION: 1.22.4
CONSUL_VERSION: 1.12.1
TERRAFORM_VERSION: 1.7.5

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- cron: "10 2 * * 3"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

env:
GO_VERSION: 1.21.8
GO_VERSION: 1.22.4
CONSUL_VERSION: 1.12.1
TERRAFORM_VERSION: 1.7.5
VAULT_VERSION: 1.10.3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## UNRELEASED
FEATURES:
* Go version bump to 1.22.4

## 0.7.1 (October 26, 2023)

BUG FIXES:
Expand Down

0 comments on commit 4680a38

Please sign in to comment.