File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,27 @@ jobs:
1414 - ' 1.21'
1515 - ' 1.22'
1616 - ' 1.23'
17+ architecture :
18+ - amd64
19+ - arm64
1720 include :
1821 - platform : Linux
1922 os : ubuntu-latest
23+ - platform : Linux
24+ os : ubuntu-24.04-arm
25+ architecture : arm64
2026 - platform : macOS
2127 os : macos-latest
28+ - platform : macOS
29+ os : macos-13
30+ architecture : amd64
2231 - platform : Windows
2332 os : windows-latest
33+ exclude :
34+ - platform : Windows
35+ architecture : arm64
2436 fail-fast : false
25- name : Go ${{ matrix.go-version }} on ${{ matrix.platform }}
37+ name : Go ${{ matrix.go-version }} (${{ matrix.architecture }}) on ${{ matrix.platform }}
2638 runs-on : ${{ matrix.os }}
2739 timeout-minutes : 10
2840 steps :
3850 - name : Vet
3951 run : go vet ./...
4052 - name : Upload coverage to Codecov
41- uses : codecov/codecov-action@v4
53+ uses : codecov/codecov-action@v5
4254 with :
4355 token : ${{ secrets.CODECOV_TOKEN }}
4456 env_vars : GO
Original file line number Diff line number Diff line change 1- Copyright (c) 2014-2024 Akinori Hattori <hattya@gmail.com>
1+ Copyright (c) 2014-2025 Akinori Hattori <hattya@gmail.com>
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments