diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af86366..ed76ab0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 + - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 with: go-version: '^1.25' # The Go version to download (if necessary) and use. - name: Install Build Dependencies