Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 94e57f3

Browse files
build(deps): update actions/setup-go action to v2.2.0 (#263)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: Renovate Bot <[email protected]>
1 parent 97adeec commit 94e57f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/unit-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Install Go
13-
uses: actions/setup-go@v2.1.5
13+
uses: actions/setup-go@v2.2.0
1414
with:
1515
go-version: ${{ inputs.GO_VERSION }}
1616
- name: Test

0 commit comments

Comments
 (0)