Skip to content

Commit

Permalink
Merge branch 'main' into add-index-data-source
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yomo authored May 13, 2021
2 parents 1ae821f + d747429 commit b8d21ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
-
name: Unshallow
run: git fetch --prune --unshallow
Expand All @@ -41,7 +41,7 @@ jobs:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v2.5.0
with:
version: latest
args: release --rm-dist
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Get dependencies
run: |
go mod download
- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v2.5.2
with:
version: v1.33

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Get dependencies
run: |
Expand All @@ -81,7 +81,7 @@ jobs:
go test -v -coverprofile=coverage.out ./internal/provider/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out
Expand Down

0 comments on commit b8d21ab

Please sign in to comment.