aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-12-19 11:32:00 -0800
committerchrislu <chris.lu@gmail.com>2022-12-19 11:32:00 -0800
commitf9fb3cd1fc81a3dddbb63bdec834b29fea53d7b5 (patch)
tree7c5b256cc5b492e10b4a990c04eb0b932087f152 /.github/workflows/go.yml
parent6c7fe40305fdebe0902e44ae2a841ca4382b6a9b (diff)
parenta1ffa03d75c7e87950f9369ad16c21da81d56bc8 (diff)
downloadseaweedfs-f9fb3cd1fc81a3dddbb63bdec834b29fea53d7b5.tar.xz
seaweedfs-f9fb3cd1fc81a3dddbb63bdec834b29fea53d7b5.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 9e48a67e8..f46726743 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -21,13 +21,13 @@ jobs:
steps:
- name: Set up Go 1.x
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
+ uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2
with:
go-version: ^1.13
id: go
- name: Check out code into the Go module directory
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2
- name: Get dependencies
run: |