fix: update action versions to use main branch for consistency
Some checks failed
PR Check / check-and-test (pull_request) Failing after 1m4s
Some checks failed
PR Check / check-and-test (pull_request) Failing after 1m4s
This commit is contained in:
@@ -6,12 +6,12 @@ jobs:
|
||||
check-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-go@latest
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/setup-go@main
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- run: go mod tidy
|
||||
- uses: golangci/golangci-lint-action@latest
|
||||
- uses: golangci/golangci-lint-action@main
|
||||
with:
|
||||
args: -D errcheck
|
||||
version: latest
|
||||
|
||||
Reference in New Issue
Block a user