Skip to content

Commit 24091c4

Browse files
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 73c3d0d commit 24091c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
go: ['1.17']
1111
steps:
1212
- name: Set up Go ${{ matrix.go }}
13-
uses: actions/[email protected].4
13+
uses: actions/[email protected].5
1414
with:
1515
go-version: ${{ matrix.go }}
1616

0 commit comments

Comments
 (0)