Skip to content

Commit 48148e6

Browse files
authored
Merge pull request #572 from nginx-proxy/dependabot/github_actions/actions/setup-go-5
ci: bump actions/setup-go from 4 to 5
2 parents 6f37407 + 966d2bf commit 48148e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717

18-
- uses: actions/setup-go@v4
18+
- uses: actions/setup-go@v5
1919
with:
2020
go-version: "1.20"
2121

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-go@v4
24+
- uses: actions/setup-go@v5
2525
with:
2626
go-version: "1.20"
2727

0 commit comments

Comments
 (0)