0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-11-21 14:10:39 +00:00

chore(deps): update golang patch version to v1.23.3 (#112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-08 00:59:19 +00:00 committed by GitHub
parent 3facc1715b
commit d6f2f253e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ when:
steps: steps:
- name: lint - name: lint
image: docker.io/library/golang:1.23.2 image: docker.io/library/golang:1.23.3
commands: commands:
- make lint - make lint
- name: test - name: test
image: docker.io/library/golang:1.23.2 image: docker.io/library/golang:1.23.3
commands: commands:
- make test - make test

2
go.mod
View File

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