Skip to content

Commit c715971

Browse files
authored
Merge pull request #375 from philips-software/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents a1fb27e + d738a9f commit c715971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-go@v4
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: '^1.18.0'
2020
- name: golangci-lint

0 commit comments

Comments
 (0)