Skip to content

Commit

Permalink
upd test version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Romanov committed Dec 14, 2024
1 parent c2f6bad commit 8ef38d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/easyjson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ 1.17, 1.16, 1.15 ]
go: [ 1.23 ]
steps:
- uses: actions/checkout@v2

Expand All @@ -33,14 +33,14 @@ jobs:
- name: Build and Run tests
run: make

test-non-amd64:
test-arm64:
runs-on: ubuntu-latest
name: Test on ${{ matrix.distro }} ${{ matrix.arch }}
strategy:
matrix:
include:
- arch: ppc64le
distro: ubuntu20.04
- arch: arm64
distro: ubuntu24.04
steps:
- uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@master
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/mailru/easyjson

go 1.12
go 1.23

require github.com/josharian/intern v1.0.0

0 comments on commit 8ef38d7

Please sign in to comment.