mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Signed-off-by: Sergey Pisarenko <spisarenko@palantir.com> Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Co-authored-by: Sergey Pisarenko <sergey@pisarenko.net> Co-authored-by: Sergey Pisarenko <spisarenko@palantir.com>
This commit is contained in:
parent
6c6f5beba1
commit
8f19aa2c15
8
.github/workflows/compare-snapshots.yml
vendored
8
.github/workflows/compare-snapshots.yml
vendored
@ -18,10 +18,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
|
||||
- name: Determine Go version
|
||||
id: go
|
||||
uses: ./.github/actions/go-version
|
||||
|
||||
- name: Install Go
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
with: { go-version: '1.21.3' }
|
||||
with:
|
||||
go-version: ${{ steps.go.outputs.version }}
|
||||
|
||||
- name: Get the equivalence test binary
|
||||
run: |
|
||||
|
@ -1 +1 @@
|
||||
1.21.11
|
||||
1.22.8
|
||||
|
@ -1,5 +1,8 @@
|
||||
## 1.8.6 (unreleased)
|
||||
|
||||
ENHANCEMENTS:
|
||||
|
||||
* OpenTofu builds now use Go version 1.22 ([#2050](https://github.com/opentofu/opentofu/issues/2050))
|
||||
|
||||
## 1.8.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user