File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 41
41
# - 1.18rc1 -> 1.18.0-rc.1
42
42
go-version : ${{ env.GO_VERSION }}
43
43
- name : lint
44
- uses : golangci/golangci-lint-action@v6.1.1
44
+ uses : golangci/golangci-lint-action@v6.2.0
45
45
with :
46
46
version : latest
47
47
@@ -69,12 +69,15 @@ jobs:
69
69
70
70
tests-on-unix :
71
71
needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
72
- runs-on : ubuntu-latest
73
72
strategy :
74
73
matrix :
74
+ os :
75
+ - ubuntu-latest
76
+ - ubuntu-24.04-arm
75
77
golang :
76
78
- ' 1.22'
77
79
- ' 1.23'
80
+ runs-on : ${{ matrix.os }}
78
81
steps :
79
82
- uses : actions/checkout@v4
80
83
- uses : actions/setup-go@v5
@@ -103,7 +106,7 @@ jobs:
103
106
name : Installation script (local)
104
107
strategy :
105
108
matrix :
106
- os : [ubuntu-latest, macos-latest, windows-latest]
109
+ os : [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
107
110
runs-on : ${{ matrix.os }}
108
111
steps :
109
112
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments