Skip to content

Commit

Permalink
Merge pull request #97 from oschwald/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
oschwald authored Feb 19, 2023
2 parents 44d5b15 + f0fb682 commit 81890ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down

0 comments on commit 81890ad

Please sign in to comment.