Skip to content

Commit 9333c5c

Browse files
committed
ci: update github actions
1 parent 635a40e commit 9333c5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v5
2525

2626
- name: Set up Go
27-
uses: actions/setup-go@v4
27+
uses: actions/setup-go@v6
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
cache: true # caching and restoring go modules and build outputs
@@ -43,9 +43,9 @@ jobs:
4343
run: go mod tidy && git diff --exit-code
4444

4545
- name: golangci-lint
46-
uses: golangci/golangci-lint-action@v3
46+
uses: golangci/golangci-lint-action@v8
4747
with:
48-
version: v1.61.0
48+
version: v2.6.1
4949
skip-cache: true # cache/restore is done by actions/setup-go@v3 step
5050
args: -v
5151

0 commit comments

Comments
 (0)