Skip to content

Commit a7bb0b1

Browse files
fix(deps): bump actions/setup-go from 2.1.4 to 2.1.5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.4...v2.1.5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaa77f8 commit a7bb0b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
6262
6363
- name: Setup Go environment
64-
uses: actions/[email protected].4
64+
uses: actions/[email protected].5
6565
with:
6666
go-version: "${{ env.go_version }}"
6767

.github/workflows/test.yml

+1-1
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/[email protected].4
31+
uses: actions/[email protected].5
3232
with:
3333
go-version: "${{ env.go_version }}"
3434

0 commit comments

Comments
 (0)