Skip to content

Commit 5ed6a13

Browse files
committed
chore(deps): update actions/setup-go action to v3
1 parent 302467f commit 5ed6a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: actions/setup-go@v2
28+
- uses: actions/setup-go@v3
2929
with:
3030
go-version: ${{ matrix.go_version }}
3131
- name: test

0 commit comments

Comments
 (0)