Skip to content

Commit 74fb9f0

Browse files
authored
Merge pull request #2072 from go-redis/dependabot/github_actions/actions/setup-go-3
chore(deps): bump actions/setup-go from 2 to 3
2 parents 56a3dbc + e83e61f commit 74fb9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Set up ${{ matrix.go-version }}
28-
uses: actions/setup-go@v2
28+
uses: actions/setup-go@v3
2929
with:
3030
go-version: ${{ matrix.go-version }}
3131

0 commit comments

Comments
 (0)