Skip to content

Commit

Permalink
chore(deps): bump requested golang version to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frasertweedale committed Feb 11, 2025
1 parent 4fb7964 commit fdda321
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module github.com/podengo-project/idmsvc-backend
// scripts/mk/variables.mk GO_VERSION value
// => linters-settings.gofumpt.lang-version
// => run.go
go 1.22.1
go 1.22.5

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/RedHatInsights/cloudwatch v0.0.0-20210111105023-1df2bdfe3291
Expand Down
2 changes: 1 addition & 1 deletion scripts/mk/variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COMPOSE_FILE ?= $(PROJECT_DIR)/deployments/docker-compose.yaml

CONTAINER_IMAGE_BASE ?= quay.io/$(firstword $(subst +, ,$(QUAY_USER)))/$(APP_NAME)-$(APP_COMPONENT)

GO_VERSION ?= 1.22.1
GO_VERSION ?= 1.22.5

# Tools and their dependencies
# Build dependencies
Expand Down
4 changes: 1 addition & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ module github.com/podengo-project/idmsvc-backend/tools

// See: https://go.dev/ref/mod#go-mod-edit

go 1.22.1

toolchain go1.22.5
go 1.22.5

require (
github.com/achiku/planter v0.0.0-20230118102009-4847a8211e35
Expand Down

0 comments on commit fdda321

Please sign in to comment.