Skip to content

Commit

Permalink
Merge pull request #15 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-2.1.4

Bump actions/setup-go from 2.1.3 to 2.1.4
  • Loading branch information
t2d committed Aug 26, 2021
2 parents a5eecfb + 936e00d commit e7e8d2b
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.3.4

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

Expand All @@ -31,7 +31,7 @@ jobs:
- 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.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
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16.x

Expand Down

0 comments on commit e7e8d2b

Please sign in to comment.