diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e9f0fc..3c91288 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: python-version: 3.9 # 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