0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-06-02 08:19:40 +02:00
This commit is contained in:
Robert Kaussow 2024-02-07 20:48:47 +01:00
parent c42b845e7d
commit b0e763ce4c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -20,7 +20,7 @@ XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
GOTESTSUM_PACKAGE ?= gotest.tools/gotestsum@latest
GENERATE ?=
XGO_VERSION := go-1.21.x
XGO_VERSION := go-1.22.x
XGO_TARGETS ?= linux/amd64,linux/arm64
TARGETOS ?= linux

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/thegeeklab/wp-ansible
go 1.21
go 1.22
require (
github.com/thegeeklab/wp-plugin-go v1.5.0