diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d8b179..20cc670 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,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@v3 with: go-version: "1.16" - name: Store installed Go version