mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-go-3'
This commit is contained in:
commit
4063a3b651
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -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.1.0
|
||||
@ -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 ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user