Skip to content

Commit

Permalink
ci: update setup-go action to version 5 in multiple files
Browse files Browse the repository at this point in the history
- Update the `setup-go` action to version 5 in `goreleaser.yml`
- Update the `setup-go` action to version 5 in `lint.yml`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 12, 2023
1 parent 86af425 commit b537728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "^1"
- name: Run GoReleaser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "^1"
- name: Checkout repository
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
--health-retries 5
steps:
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "^1"
- name: Checkout repository
Expand Down

0 comments on commit b537728

Please sign in to comment.