Skip to content

Commit

Permalink
Merge pull request #614 from clusterpedia-io/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
Iceber authored Dec 7, 2023
2 parents 71ab8f5 + 6ab7adf commit f4ae79e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: golangci/golangci-lint-action@v3
Expand All @@ -31,7 +31,7 @@ jobs:
with:
path: ${{ env.WORKSPACE }}
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: hack/verify-import-aliases.sh
Expand All @@ -49,7 +49,7 @@ jobs:
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Compile
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: make test
Expand Down

0 comments on commit f4ae79e

Please sign in to comment.