diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f30f09..84377dd 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@4b73464bb391d4059bd26b0524d20df3927bd417 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c with: go-version: '^1.25' # The Go version to download (if necessary) and use. - name: Install Build Dependencies