Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 25, 2021
1 parent 9d9d497 commit 9d6f7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Setup Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Ensure gofmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Login to DockerHub
Expand Down

0 comments on commit 9d6f7d9

Please sign in to comment.