Skip to content

Commit ed6b4df

Browse files
deps: bump actions/setup-go from 1 to 3 (#1228)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c630aa commit ed6b4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99

1010
- name: Set up Go 1.x
11-
uses: actions/setup-go@v1
11+
uses: actions/setup-go@v3
1212
with:
1313
go-version: 1.17
1414
id: go

0 commit comments

Comments
 (0)