Skip to content

Commit 6f13537

Browse files
build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the github-actions group (#5333)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent ac95a23 commit 6f13537

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: .github/workflows/pr.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)