Skip to content

Commit

Permalink
chore: bump go to 1.22.10, and force renovate to stick to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Dec 21, 2024
1 parent 9ce7056 commit ebd3ba0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
adr-tools 3.0.0
golang 1.23.4
golang 1.22.10
golangci-lint 1.62.2
goreleaser 2.3.1
hadolint 2.12.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4-alpine3.20 AS tools
FROM golang:1.22.10-alpine3.20 AS tools

COPY scripts/tools-golang.sh /tmp/tools-golang.sh

Expand Down
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"extends": [
"config:base"
],
"constraints": {
"go": "1.22"
},
"packageRules": [
{
"description": "Update all dependencies up to the minor release level",
Expand Down

0 comments on commit ebd3ba0

Please sign in to comment.