Skip to content

Commit

Permalink
ci: update actions/setup-go to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Mar 18, 2022
1 parent 522debf commit 53f82f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 53f82f5

Please sign in to comment.