mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 17:14:52 +02:00
Chore: bump actions/setup-go from 4 to 5 (#1945)
This commit is contained in:
parent
e00c37802b
commit
c19743e65d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
path: code
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: code/go.mod
|
||||
|
||||
|
2
.github/workflows/test-pr.yml
vendored
2
.github/workflows/test-pr.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
path: code
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: code/go.mod
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user