We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 634335d + 50925fb commit 8106998Copy full SHA for 8106998
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
+ - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
30
with:
31
go-version: '^1.22.4' # The Go version to download (if necessary) and use.
32
- name: Install Build Dependencies
0 commit comments