Skip to content

Commit

Permalink
chore: loose renovate versioning, pull go from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jun 19, 2024
1 parent 4de97d5 commit 4dfe460
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.3
go-version-file: go.mod

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.3
go-version-file: go.mod

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version-file: go.mod

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version-file: go.mod

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"gitAuthor": "Renovate Bot <[email protected]>",
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"versioning": "loose"
}
]
}

0 comments on commit 4dfe460

Please sign in to comment.