Skip to content

Commit

Permalink
Renovate Update actions/setup-go action to v4 (#714)
Browse files Browse the repository at this point in the history
* Renovate Update actions/setup-go action to v4

* watch sum file for caching

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Pearce <[email protected]>
  • Loading branch information
renovate[bot] and andrewpearce-digital authored Sep 18, 2023
1 parent 3412e3a commit a3304c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.20'
cache-dependency-path: "**/*.sum"

- name: Set Pact Standalone version
run: |
Expand Down

0 comments on commit a3304c0

Please sign in to comment.