Skip to content

Commit d49b43d

Browse files
Bump actions/setup-go from 2.1.5 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.5...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0d232e commit d49b43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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/setup-go@v2.1.5
13+
uses: actions/setup-go@v3
1414
with:
1515
go-version: ${{ matrix.go }}
1616
id: go

0 commit comments

Comments
 (0)