Skip to content

Commit

Permalink
Bump actions/setup-go to v4 - caching enabled by default, so disa…
Browse files Browse the repository at this point in the history
…bling for this action
  • Loading branch information
magnetikonline committed Mar 21, 2023
1 parent 8f4eaf5 commit 777394c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Expand Up @@ -26,8 +26,9 @@ runs:
using: composite
steps:
- name: Setup Golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
cache: false
go-version: ${{ inputs.go-version }}
go-version-file: ${{ inputs.go-version-file }}
- name: Determine Golang cache paths and construct cache key
Expand Down

0 comments on commit 777394c

Please sign in to comment.