Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 1 to 3 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 15, 2022
1 parent 721a111 commit 3f762a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: 1.17.x
- name: go test
Expand Down

0 comments on commit 3f762a6

Please sign in to comment.