Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 5, 2020
1 parent d4d6db1 commit 077d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: setup go ${{ matrix.go-version }}
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down

0 comments on commit 077d73f

Please sign in to comment.