Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3 to 4 (#2772)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2023
1 parent 72f9eb4 commit b0d12d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Set up go
id: go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version-file: go.mod
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Set up go
id: go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version-file: go.mod
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

- name: Set up go
id: go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Set up go
id: go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version-file: go.mod
Expand Down

0 comments on commit b0d12d3

Please sign in to comment.