Skip to content

Commit 3e06348

Browse files
authored
Merge pull request #34 from bitly/dependabot/github_actions/actions/setup-go-7
Bump actions/setup-go from 6 to 7
2 parents b7830bf + bb9db55 commit 3e06348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v7
8-
- uses: actions/setup-go@v6
8+
- uses: actions/setup-go@v7
99
with:
1010
go-version-file: go.mod
1111
- run: make test

0 commit comments

Comments
 (0)