Skip to content

Commit a7fc0d9

Browse files
authored
Merge pull request #25 from johnbellone/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents 57f227f + c08712d commit a7fc0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-go@v4
15+
- uses: actions/setup-go@v5
1616
with:
1717
go-version: ${{ matrix.go }}
1818
- run: |
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: actions/setup-go@v4
25+
- uses: actions/setup-go@v5
2626
with:
2727
check-latest: true
2828
- run: |

0 commit comments

Comments
 (0)