Skip to content

Commit ae929b6

Browse files
committed
chore: bump versions of some GitHub actions
actions/setup-go v4 -> v5 golangci/golangci-lint-action v2 -> v3
1 parent dcff5cb commit ae929b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 1
1616
- name: Set up go
17-
uses: actions/setup-go@v4
17+
uses: actions/setup-go@v5
1818
- name: Run linter
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v4
2020

2121
tests:
2222
name: Run unit tests with the race detector enabled
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
fetch-depth: 1
2929
- name: Set up go
30-
uses: actions/setup-go@v4
30+
uses: actions/setup-go@v5
3131
- name: Run unit tests
3232
run: go test -v -race ./...

0 commit comments

Comments
 (0)