Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 16, 2023
1 parent bb6dc76 commit 876d08e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ${{ matrix.go }}
- run: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ${{ matrix.go }}
- run: |
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:
name: Release
steps:
- name: Set up go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 876d08e

Please sign in to comment.