chore(deps): update docker.io/library/golang docker tag to v1.22 (#53)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot] 2024-02-07 22:34:04 +01:00 committed by GitHub
parent 0fc784c337
commit e8fc7311e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ when:
steps:
- name: lint
image: docker.io/library/golang:1.21
image: docker.io/library/golang:1.22
commands:
- make lint
- name: test
image: docker.io/library/golang:1.21
image: docker.io/library/golang:1.22
commands:
- make test

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/thegeeklab/wp-plugin-go
go 1.21
go 1.22
require (
github.com/Masterminds/semver/v3 v3.2.1