mirror of
https://github.com/v2fly/domain-list-community.git
synced 2025-12-05 09:51:14 +07:00
Chore: bump actions/setup-go from 5 to 6 (#2852)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
path: code
|
path: code
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version-file: code/go.mod
|
go-version-file: code/go.mod
|
||||||
cache-dependency-path: code/go.sum
|
cache-dependency-path: code/go.sum
|
||||||
|
|||||||
2
.github/workflows/test-pr.yml
vendored
2
.github/workflows/test-pr.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
path: code
|
path: code
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version-file: code/go.mod
|
go-version-file: code/go.mod
|
||||||
cache-dependency-path: code/go.sum
|
cache-dependency-path: code/go.sum
|
||||||
|
|||||||
Reference in New Issue
Block a user