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 99111ec + 12d182f commit adc580cCopy full SHA for adc580c
.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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
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