0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-10-18 07:00:41 +00:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-03 14:29:42 +02:00 committed by GitHub
parent b5a3dd0813
commit 780a94ec02
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-git-action

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/thegeeklab/wp-git-action
go 1.22
go 1.23.2
require (
github.com/rs/zerolog v1.33.0