Skip to content

Commit

Permalink
Merge pull request #7 from foomo/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-3

chore(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
franklinkim authored May 7, 2022
2 parents 6793f2e + 12b18aa commit ca1cd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GOPROXY: https://proxy.golang.org
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: golangci/golangci-lint-action@v3
Expand All @@ -58,7 +58,7 @@ jobs:
GOPROXY: https://proxy.golang.org
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- run: go test -v ./...
Expand Down

0 comments on commit ca1cd93

Please sign in to comment.