Skip to content

Commit

Permalink
Result of tsccr-helper -log-level=info gha update -latest . (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
  • Loading branch information
hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Feb 19, 2024
1 parent 92ee6ff commit 058bbd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version-file: 'go.mod'
- run: go mod download
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
test:
name: test (Go ${{ matrix.go-version }} / TF ${{ matrix.terraform-version }})
runs-on: ubuntu-latest
Expand All @@ -43,7 +43,7 @@ jobs:
env:
TF_ACC: "1"
- run: go tool cover -html=coverage.out -o coverage.html
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: go-${{ matrix.go-version }}-terraform-${{ matrix.terraform-version }}-coverage
path: coverage.html

0 comments on commit 058bbd4

Please sign in to comment.