Skip to content

Commit

Permalink
Update actions/setup-go action to v2 (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 31, 2021
1 parent a399ec1 commit 129b14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Go 1.16
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.16
id: go
Expand Down

0 comments on commit 129b14a

Please sign in to comment.