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 Feb 7, 2024
1 parent 8a8463d commit 062e516
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"commitMessageAction": "Renovate: Update",
"constraints": {
"go": "1.22"
"go": "1.21"
},
"postUpdateOptions": [
"gomodTidy",
Expand All @@ -22,7 +22,7 @@
"matchPackageNames": [
"golang"
],
"allowedVersions": "1.22.x"
"allowedVersions": "1.21.x"
},
{
"matchPackagePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: "1.22"
go-version: "1.21"
- name: Dependency Licenses Review
run: make check-dependency-licenses
- name: Run govulncheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: "1.22"
go-version: "1.21"
- name: Build all binaries
run: make build-all
- name: Run golangci-lint
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: "1.22"
go-version: "1.21"
- name: Run tests and generate coverage report
run: make build/cover.out
- name: Upload coverage report to Coveralls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: "1.22"
go-version: "1.21"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: "1.22"
go-version: "1.21"
- name: Generate release info
run: |
go install github.com/sapcc/go-bits/tools/release-info@latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sapcc/swift-health-exporter

go 1.22
go 1.21

require (
github.com/alecthomas/kong v0.8.1
Expand Down

0 comments on commit 062e516

Please sign in to comment.