Skip to content

Commit

Permalink
Merge pull request #140 from spidernet-io/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
weizhoublue committed Apr 3, 2023
2 parents 8d07bb9 + 53b89ee commit 445757b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
security-events: write
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17.x

Expand Down

0 comments on commit 445757b

Please sign in to comment.