Skip to content

Commit 36f70f6

Browse files
committed
Use latest setup-go action.
1 parent 136bc35 commit 36f70f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Setup Go
15-
uses: actions/setup-go@v1
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: stable
1818

@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252

5353
- name: Setup Go
54-
uses: actions/setup-go@v1
54+
uses: actions/setup-go@v5
5555
with:
5656
go-version: stable
5757

0 commit comments

Comments
 (0)