mirror of
https://github.com/v2fly/domain-list-community.git
synced 2026-08-27 13:40:16 +03:00
Chore: bump actions/setup-go from 6 to 7 (#3856)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' 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>
This commit is contained in:
parent
3b7fbb1ee5
commit
1ca72d5ee9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
path: code
|
path: code
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v7
|
||||||
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@v6
|
uses: actions/setup-go@v7
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user