Skip to content

Commit

Permalink
Merge pull request #140 from go-generalize/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-4
  • Loading branch information
dependabot[bot] committed Mar 16, 2023
2 parents 1daad6c + eecd612 commit 5bad786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: gcloud beta emulators firestore start --host-port=localhost:8000 &

- name: Set up Go 1.18
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 1

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18

Expand Down

0 comments on commit 5bad786

Please sign in to comment.