Skip to content

Commit 7c0eef1

Browse files
authored
Merge pull request #34 from roadrunner-server/dependabot/github_actions/actions/setup-go-4
build(deps): bump actions/setup-go from 3 to 4
2 parents b041b7b + 0769fb3 commit 7c0eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Set up Go
14-
uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go>
14+
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
1515
with:
1616
go-version: 1.19
1717

0 commit comments

Comments
 (0)