chore: use tagged rosetta version (#13765)

* chore: use tagged rosetta version

* add unit test in CI, bump tm and update changelog

* update rosetta data

* update action
This commit is contained in:
Julien Robert
2022-11-04 15:41:21 +01:00
committed by GitHub
parent 39c5c079cd
commit 4b26d9e27d
16 changed files with 98 additions and 47 deletions
+3 -10
View File
@@ -183,20 +183,13 @@ jobs:
**/**.go
go.mod
go.sum
- name: Get data from Go build cache
# if: env.GIT_DIFF
if: ${{ false }}
uses: actions/cache@v3
- uses: actions/setup-go@v3
with:
path: |
~/go/pkg/mod
~/.cache/golangci-lint
~/.cache/go-build
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
go-version: 1.19.2
- name: test rosetta
run: |
make test-rosetta-unit
make test-rosetta
# if: env.GIT_DIFF
liveness-test:
runs-on: ubuntu-latest