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-07 10:36:21 -0700
committerGitHub <noreply@github.com>2025-07-07 10:36:21 -0700
commit80697c17ade6cd28d0c9453bb6c06a7cba71bb5e (patch)
tree9e3b7dedf451df9b1fb112a2a04971f94577a295 /.github/workflows/test-s3-over-https-using-awscli.yml
parent592b6a1e9886c979269c907eb3d3c162f48e17cd (diff)
downloadseaweedfs-80697c17ade6cd28d0c9453bb6c06a7cba71bb5e.tar.xz
seaweedfs-80697c17ade6cd28d0c9453bb6c06a7cba71bb5e.zip
chore(deps): bump actions/setup-go from 4.2.1 to 5.5.0 (#6948)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.2.1 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4.2.1...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 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 9a5188b82..2d953063d 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
+ - uses: actions/setup-go@v5.5.0
with:
go-version: ^1.24