0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-10-18 08:00:40 +00:00

chore(deps): update golang minor version (#95)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-03 14:30:14 +02:00 committed by GitHub
parent 636635b9d4
commit 3e35b6f1ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ when:
steps:
- name: build
image: docker.io/techknowlogick/xgo:go-1.22.x
image: docker.io/techknowlogick/xgo:go-1.23.x
commands:
- ln -s $(pwd) /source
- make release

View File

@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.7.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_PACKAGE_VERSION := v1.61.0
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_PACKAGE_VERSION := go-1.22.x
XGO_PACKAGE_VERSION := go-1.23.x
EXECUTABLE := wp-opentofu

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/thegeeklab/wp-opentofu
go 1.22
go 1.23.2
require (
github.com/Masterminds/semver/v3 v3.3.0