Skip to content

Commit 1240311

Browse files
committed
chore(deps): update actions/setup-go action to v2.1.5
1 parent 2373cfc commit 1240311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Go
18-
uses: actions/[email protected].4
18+
uses: actions/[email protected].5
1919
with:
2020
go-version: 1.16
2121

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/[email protected]
1515

1616
- name: Set up Go
17-
uses: actions/[email protected].4
17+
uses: actions/[email protected].5
1818
with:
1919
go-version: 1.16
2020

0 commit comments

Comments
 (0)