Skip to content

Commit

Permalink
Merge pull request #639 from gotd/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-2.1.5

chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5
  • Loading branch information
ernado authored Dec 22, 2021
2 parents 37194bd + 2b80fc8 commit 083a7fe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
stable: false
go-version: ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: [self-hosted, linux, x64]
steps:
- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.16

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.17

Expand Down

0 comments on commit 083a7fe

Please sign in to comment.