Skip to content

Commit

Permalink
Merge pull request #75 from gookit/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-3
  • Loading branch information
inhere committed Apr 11, 2022
2 parents f260dd8 + 8bad141 commit 373a628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# https://github.com/actions/setup-go
- name: Use Go ${{ matrix.go_version }}
timeout-minutes: 3
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}

Expand Down

0 comments on commit 373a628

Please sign in to comment.