Skip to content

Commit f17871c

Browse files
committed
gha: update actions/setup-go@v5
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 928b55e commit f17871c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.17
2020

@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@v2
36+
uses: actions/setup-go@v5
3737
with:
3838
go-version: 1.17
3939

0 commit comments

Comments
 (0)