mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-14 20:20:39 +00:00
chore(deps): update golang minor version (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
aa1039f099
commit
dff201fb26
@ -7,7 +7,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/techknowlogick/xgo:go-1.22.x
|
image: docker.io/techknowlogick/xgo:go-1.23.x
|
||||||
commands:
|
commands:
|
||||||
- ln -s $(pwd) /source
|
- ln -s $(pwd) /source
|
||||||
- make release
|
- make release
|
||||||
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.7.0
|
|||||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
GOLANGCI_LINT_PACKAGE_VERSION := v1.61.0
|
GOLANGCI_LINT_PACKAGE_VERSION := v1.61.0
|
||||||
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
||||||
XGO_PACKAGE_VERSION := go-1.22.x
|
XGO_PACKAGE_VERSION := go-1.23.x
|
||||||
|
|
||||||
EXECUTABLE := wp-s3-action
|
EXECUTABLE := wp-s3-action
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user