Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f6bad commit 8ef38d7Copy full SHA for 8ef38d7
.github/workflows/easyjson.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- go: [ 1.17, 1.16, 1.15 ]
+ go: [ 1.23 ]
17
steps:
18
- uses: actions/checkout@v2
19
@@ -33,14 +33,14 @@ jobs:
33
- name: Build and Run tests
34
run: make
35
36
- test-non-amd64:
+ test-arm64:
37
runs-on: ubuntu-latest
38
name: Test on ${{ matrix.distro }} ${{ matrix.arch }}
39
40
41
include:
42
- - arch: ppc64le
43
- distro: ubuntu20.04
+ - arch: arm64
+ distro: ubuntu24.04
44
45
46
- uses: uraimo/run-on-arch-action@master
go.mod
@@ -1,5 +1,5 @@
1
module github.com/mailru/easyjson
2
3
-go 1.12
+go 1.23
4
5
require github.com/josharian/intern v1.0.0
0 commit comments