Adding missing changelog entry and go.mod change for #2050 (#2205)

Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
AbstractionFactory
2024-11-22 11:32:10 +01:00
committed by GitHub
parent 7645992d9b
commit 1cdfd7e867
3 changed files with 8 additions and 3 deletions

View File

@@ -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: |