Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Jul 14, 2023
1 parent a3a61f1 commit 847bf66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
check-latest: true
go-version: "1.20"
- name: Dependency Review
uses: actions/dependency-review-action@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
check-latest: true
go-version: "1.20"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -43,6 +44,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
check-latest: true
go-version: "1.20"
- name: Run tests and generate coverage report
run: make build/cover.out
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
check-latest: true
go-version: "1.20"
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 847bf66

Please sign in to comment.