We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737f09c commit c4cff17Copy full SHA for c4cff17
.github/workflows/Build.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
19
with:
20
go-version: '^1.20' # The Go version to download (if necessary) and use.
21
- name: build go module
0 commit comments