Skip to content

Commit aeb1779

Browse files
authored
Merge pull request #87 from codedge/dependabot/github_actions/actions/setup-go-4
github-actions(deps): bump actions/setup-go from 2 to 4
2 parents 3b334dc + 336a5d6 commit aeb1779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
go-version: [1.15.x]
99
steps:
1010
- name: Install Go
11-
uses: actions/setup-go@v2
11+
uses: actions/setup-go@v4
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- name: Checkout code

0 commit comments

Comments
 (0)