1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-02 01:27:55 +02:00

build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#4029)

This commit is contained in:
dependabot[bot] 2022-12-05 09:16:27 -08:00 committed by GitHub
parent bf290f030e
commit db58bbf321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2 uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
with: with:
go-version: ^1.13 go-version: ^1.13
id: go id: go

View file

@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2 uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
with: with:
go-version: ^1.13 go-version: ^1.13
id: go id: go