-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: bump actions/checkout from v2.3.2 to v2.3.3 (#8)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...a81bbbf) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c0551c5
commit 16b33e8
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
go-version: ${{ matrix.go_version }} | ||
id: go | ||
- name: Check out code | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
- name: Go mod verify | ||
run: go mod verify | ||
- name: Go vet normally | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
go-version: ${{ matrix.go_version }} | ||
id: go | ||
- name: Check out code | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
- name: Go Test | ||
run: | | ||
go test -timeout 5m -race -v -covermode=atomic -coverprofile=coverage.out ./... | ||
|
@@ -46,7 +46,7 @@ jobs: | |
name: StaticCheck | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- name: check | ||
uses: grandcolline/[email protected] | ||
with: | ||
|
@@ -57,7 +57,7 @@ jobs: | |
name: Go Vet with Shadow | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- name: check | ||
uses: grandcolline/[email protected] | ||
with: | ||
|