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 authored and renovate[bot] committed Sep 15, 2021
1 parent badc2fb commit a490295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev

- name: Set up Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.16.5
id: go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev

- name: Set up Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.16.5
id: go
Expand All @@ -40,7 +40,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev

- name: Setup Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.16.5
id: go
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Setup Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.16.5
id: go
Expand Down

0 comments on commit a490295

Please sign in to comment.