diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 03:20:44 +0000 |
|---|---|---|
| committer | Jacob Oaks <joaks@uber.com> | 2023-12-12 14:43:17 -0500 |
| commit | 5e6caae3601967fb2268d2e018a45b1bfe96f5cd (patch) | |
| tree | 82002780febd13d179961b32ceef47cfa96334af /.github | |
| parent | bcddd3bbbea1a64a3fa9d71254f143246116b5b3 (diff) | |
| download | sally-5e6caae3601967fb2268d2e018a45b1bfe96f5cd.tar.gz | |
Bump actions/setup-go from 4 to 5
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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6cd99ab..e8e084e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.21.x cache: true @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v4 name: Check out repository - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 name: Set up Go with: go-version: 1.21.x |