Skip to content

Commit

Permalink
Update action.yml (actions/setup-go@v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Apr 1, 2023
1 parent e1ca181 commit d8a0586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: Setup Golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ inputs.go-version }}
go-version-file: ${{ inputs.go-version-file }}
Expand Down

0 comments on commit d8a0586

Please sign in to comment.