Skip to content

Commit

Permalink
Merge pull request #904 from zonedb/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-4.0.0

build(deps): bump actions/setup-go from 3.5.0 to 4.0.0
  • Loading branch information
case committed Mar 20, 2023
2 parents 510fc32 + 444c091 commit 251ac6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ^1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: ^1

Expand Down

0 comments on commit 251ac6c

Please sign in to comment.