diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-09 16:53:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 16:53:00 -0700 |
| commit | 89e46a200bc05aabd8350ff2fb0df599cdc15ba3 (patch) | |
| tree | 293ef66070b647d3974e38d7604d7ab5602ced1e /.github/workflows | |
| parent | fd4ffd9ed4d78f9f0862bcf45b911f752bfd54b8 (diff) | |
Update go.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fab1b78..2e9107f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: |