Skip to content

Commit

Permalink
Merge pull request #23 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-2.1.5
  • Loading branch information
0x46616c6b committed Jan 23, 2022
2 parents 2dfadd1 + 1c9955d commit 3eb5652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: '1.16.x'

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: '1.16.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: 1.16.x

Expand Down

0 comments on commit 3eb5652

Please sign in to comment.