Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ef38d7

Browse files
author
Vasily Romanov
committed
upd test version
1 parent c2f6bad commit 8ef38d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/easyjson.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: [ 1.17, 1.16, 1.15 ]
16+
go: [ 1.23 ]
1717
steps:
1818
- uses: actions/checkout@v2
1919

@@ -33,14 +33,14 @@ jobs:
3333
- name: Build and Run tests
3434
run: make
3535

36-
test-non-amd64:
36+
test-arm64:
3737
runs-on: ubuntu-latest
3838
name: Test on ${{ matrix.distro }} ${{ matrix.arch }}
3939
strategy:
4040
matrix:
4141
include:
42-
- arch: ppc64le
43-
distro: ubuntu20.04
42+
- arch: arm64
43+
distro: ubuntu24.04
4444
steps:
4545
- uses: actions/checkout@v2
4646
- uses: uraimo/run-on-arch-action@master

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/mailru/easyjson
22

3-
go 1.12
3+
go 1.23
44

55
require github.com/josharian/intern v1.0.0

0 commit comments

Comments
 (0)