Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 3 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony Li <[email protected]>
  • Loading branch information
dependabot[bot] and tonglil committed May 17, 2022
1 parent 83df0f1 commit dd26f8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
uses: actions/setup-go@v3
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit dd26f8a

Please sign in to comment.