aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-s3-over-https-using-awscli.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-28 10:41:11 -0700
committerGitHub <noreply@github.com>2025-07-28 10:41:11 -0700
commit6a790b1ec13928c26c8d26b28a6d2253e19819a7 (patch)
tree941fe64c007c5d36d2c7a53867928dd48c923d34 /.github/workflows/test-s3-over-https-using-awscli.yml
parent124c4281a8695c4c4d163923028838195eea4e45 (diff)
downloadseaweedfs-6a790b1ec13928c26c8d26b28a6d2253e19819a7.tar.xz
seaweedfs-6a790b1ec13928c26c8d26b28a6d2253e19819a7.zip
chore(deps): bump actions/setup-go from 4 to 5 (#7042)
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-version: '5' 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/test-s3-over-https-using-awscli.yml')
-rw-r--r--.github/workflows/test-s3-over-https-using-awscli.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-s3-over-https-using-awscli.yml b/.github/workflows/test-s3-over-https-using-awscli.yml
index 2d953063d..9a5188b82 100644
--- a/.github/workflows/test-s3-over-https-using-awscli.yml
+++ b/.github/workflows/test-s3-over-https-using-awscli.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-go@v5.5.0
+ - uses: actions/setup-go@v5
with:
go-version: ^1.24