diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db8491c..8c6161b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: python-version: "3.10" # We need the Go version and Go cache location for the actions/cache step, # so the Go installation must happen before that. - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v4 with: go-version: "1.16" - name: Store installed Go version