Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 3 (#115)
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 Apr 12, 2022
1 parent 2f77885 commit 5dbb4e6
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@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 5dbb4e6

Please sign in to comment.