Skip to content

Commit

Permalink
chore: Update go badge
Browse files Browse the repository at this point in the history
- Update go badge - README
- Fix workflow
  • Loading branch information
vipinvkmenon committed Apr 25, 2024
1 parent af119bc commit e922acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
cache: true
#cache: true
- run: go mod download
- run: go build -v .
- name: Run linters
Expand Down Expand Up @@ -98,10 +98,4 @@ jobs:
- if: ${{ matrix.terraform == env.LATEST_VERSION}}
env:
TF_ACC: "1"
uses: robherley/go-test-action@v0
# Upload coverage report for latest Terraform version only to avoid nameing issues in upload (see also https://github.com/actions/upload-artifact/tree/v4/?tab=readme-ov-file#breaking-changes)
- uses: actions/upload-artifact@v4
if: ${{ matrix.terraform == env.LATEST_VERSION}}
with:
name: coverage-report
path: cover.out
uses: robherley/go-test-action@v0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform Provider for Cloudfoundry

![Golang](https://img.shields.io/badge/Go-1.21-informational)
![Golang](https://img.shields.io/badge/Go-1.22-informational)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/terraform-provider-cloudfoundry)](https://api.reuse.software/info/github.com/SAP/terraform-provider-cloudfoundry)


Expand Down

0 comments on commit e922acc

Please sign in to comment.