Skip to content

Commit 0dd1e70

Browse files
authored
Merge pull request #65 from Leaseweb/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents d88db86 + 3c6fb6a commit 0dd1e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-20.04
2121
steps:
2222
- name: Setup up Go 1.x
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: "^1.15"
2626

0 commit comments

Comments
 (0)