Skip to content

Commit

Permalink
Merge pull request #84 from cpuguy83/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
cpuguy83 committed Apr 14, 2022
2 parents 3fb8c13 + b8cf444 commit d33c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit d33c36c

Please sign in to comment.