Skip to content

Commit 63ad3f6

Browse files
Result of tsccr-helper -log-level=info gha update -latest . (#195)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 518a6ec commit 63ad3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version-file: 'go.mod'
2323
- run: go mod download
24-
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
24+
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
2525

2626
test:
2727
name: test (Go v${{ matrix.go-version }})
@@ -37,7 +37,7 @@ jobs:
3737
- run: go mod download
3838
- run: go test -coverprofile=coverage.out ./...
3939
- run: go tool cover -html=coverage.out -o coverage.html
40-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
40+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
4141
with:
4242
name: go-${{ matrix.go-version }}-coverage
4343
path: coverage.html

0 commit comments

Comments
 (0)