Skip to content

Commit

Permalink
chore(deps): update golang minor version (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 636635b commit 3e35b6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

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/thegeeklab/wp-opentofu

go 1.22
go 1.23.2

require (
github.com/Masterminds/semver/v3 v3.3.0
Expand Down

0 comments on commit 3e35b6f

Please sign in to comment.