Skip to content

Commit

Permalink
Bump actions/setup-go from 3 to 4 (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2023
1 parent 61eb6cc commit dce549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
curl -sL https://taskfile.dev/install.sh | sh
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit dce549b

Please sign in to comment.