Skip to content

Commit 5952fa2

Browse files
authored
Merge pull request #14 from SignTools/dependabot/github_actions/actions/setup-go-2.1.4
fix(deps): bump actions/setup-go from 2.1.3 to 2.1.4
2 parents 1dd9a90 + 79f0591 commit 5952fa2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2323
2424
- name: Setup Go environment
25-
uses: actions/setup-go@v2.1.3
25+
uses: actions/setup-go@v2.1.4
2626
with:
2727
go-version: "${{ env.go_version }}"
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2929
3030
- name: Setup Go environment
31-
uses: actions/setup-go@v2.1.3
31+
uses: actions/setup-go@v2.1.4
3232
with:
3333
go-version: "${{ env.go_version }}"
3434

0 commit comments

Comments
 (0)