diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-12 09:59:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 09:59:31 +0000 |
commit | eb032582e120c18184a70c8b333c7312a2dec19e (patch) | |
tree | 17c671223dbd4e8f1d81cc114387f442a30c96b2 /.github/workflows/tests.yml | |
parent | Bump actions/setup-python from 4 to 5 (#16748) (diff) | |
download | synapse-eb032582e120c18184a70c8b333c7312a2dec19e.tar.xz |
Bump actions/setup-go from 4 to 5 (#16749)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04d69c0007..f22ca5f7e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -636,7 +636,7 @@ jobs: - name: Prepare Complement's Prerequisites run: synapse/.ci/scripts/setup_complement_prerequisites.sh - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: cache-dependency-path: complement/go.sum go-version-file: complement/go.mod |