File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4141 # - 1.18rc1 -> 1.18.0-rc.1
4242 go-version : ${{ env.GO_VERSION }}
4343 - name : lint
44- uses : golangci/golangci-lint-action@v6.1.1
44+ uses : golangci/golangci-lint-action@v6.2.0
4545 with :
4646 version : latest
4747
@@ -69,12 +69,15 @@ jobs:
6969
7070 tests-on-unix :
7171 needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
72- runs-on : ubuntu-latest
7372 strategy :
7473 matrix :
74+ os :
75+ - ubuntu-latest
76+ - ubuntu-24.04-arm
7577 golang :
7678 - ' 1.22'
7779 - ' 1.23'
80+ runs-on : ${{ matrix.os }}
7881 steps :
7982 - uses : actions/checkout@v4
8083 - uses : actions/setup-go@v5
@@ -103,7 +106,7 @@ jobs:
103106 name : Installation script (local)
104107 strategy :
105108 matrix :
106- os : [ubuntu-latest, macos-latest, windows-latest]
109+ os : [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
107110 runs-on : ${{ matrix.os }}
108111 steps :
109112 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments