Skip to content

Commit 91a2b7d

Browse files
authored
ci(action): update actions/setup-go action to v3.6.1 (#14)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent bd748c0 commit 91a2b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Set up ${{ matrix.go-version }}
23-
uses: actions/setup-go@v3
23+
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626

0 commit comments

Comments
 (0)