chore(deps): update golang patch version (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-08 01:37:07 +00:00 committed by GitHub
parent 6eb49d0691
commit 18a483485a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

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

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

View File

@ -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.23.2 XGO_PACKAGE_VERSION := go-1.23.3
EXECUTABLE := url-parser EXECUTABLE := url-parser

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/thegeeklab/url-parser module github.com/thegeeklab/url-parser
go 1.23.2 go 1.23.3
require ( require (
github.com/rs/zerolog v1.33.0 github.com/rs/zerolog v1.33.0