Skip to content

Commit

Permalink
Update setup-go to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Nov 26, 2021
1 parent 643e3dc commit 8e8182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: ['ubuntu-latest']
steps:
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8e8182f

Please sign in to comment.