Upgrade checkout refs and docs to v7 (#779)

* chore: upgrade checkout/setup-go refs to v7

* chore: commit remaining dependency, license, and dist updates
This commit is contained in:
Haritha
2026-07-27 15:26:25 -05:00
committed by GitHub
parent b7ad1dad31
commit 5064d95ba1
17 changed files with 1843 additions and 979 deletions

View File

@@ -35,7 +35,7 @@ See [action.yml](action.yml).
<!-- start usage -->
```yaml
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
# Version or version range of Go to use
go-version: '1.23'
@@ -70,8 +70,8 @@ See [action.yml](action.yml).
```yaml
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: '1.25' # The Go version to download (if necessary) and use.
- run: go run hello.go