aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.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/go.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/go.yml')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index e2b6a46be..a4311fd06 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Set up Go 1.x
- uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v2
+ uses: actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505 # v2
with:
go-version: ^1.13
id: go