Skip to content

Commit f4ae79e

Browse files
authored
Merge pull request #614 from clusterpedia-io/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents 71ab8f5 + 6ab7adf commit f4ae79e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212
- name: Install Go
13-
uses: actions/setup-go@v4
13+
uses: actions/setup-go@v5
1414
with:
1515
go-version: '1.21'
1616
- uses: golangci/golangci-lint-action@v3
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
path: ${{ env.WORKSPACE }}
3333
- name: Install Go
34-
uses: actions/setup-go@v4
34+
uses: actions/setup-go@v5
3535
with:
3636
go-version: '1.21'
3737
- run: hack/verify-import-aliases.sh
@@ -49,7 +49,7 @@ jobs:
4949
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
5050
fetch-depth: 0
5151
- name: Install Go
52-
uses: actions/setup-go@v4
52+
uses: actions/setup-go@v5
5353
with:
5454
go-version: '1.21'
5555
- name: Compile
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout code
6363
uses: actions/checkout@v4
6464
- name: Install Go
65-
uses: actions/setup-go@v4
65+
uses: actions/setup-go@v5
6666
with:
6767
go-version: '1.21'
6868
- run: make test

0 commit comments

Comments
 (0)