4 Commits
Author SHA1 Message Date
renovate 7ec55823e2 Update module tailscale.com to v1.102.3
ci/woodpecker/push/woodpecker Pipeline was successful
2026-08-20 04:02:26 +00:00
alazyreader a5c9ff743f Merge pull request 'Update golang Docker tag to v1.27' (#122) from renovate/golang-1.x into master
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #122
2026-08-20 03:58:38 +00:00
alazyreader e51b9235f1 upgrade gomod
ci/woodpecker/push/woodpecker Pipeline was successful
2026-08-19 23:50:16 -04:00
renovate 4b0b906462 Update golang Docker tag to v1.27
ci/woodpecker/push/woodpecker Pipeline was successful
2026-08-19 20:03:18 +00:00
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
steps: steps:
test: test:
image: golang:1.26 image: golang:1.27
commands: commands:
- go test ./... - go test ./...
volumes: volumes:
- go_build_cache:/root/.cache/go-build - go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod - go_mod_cache:/go/pkg/mod
build: build:
image: golang:1.26 image: golang:1.27
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
GOOS: linux GOOS: linux
+2 -2
View File
@@ -1,6 +1,6 @@
module git.yetaga.in/alazyreader/library module git.yetaga.in/alazyreader/library
go 1.26.5 go 1.27.0
require ( require (
git.yetaga.in/alazyreader/go-openlibrary v0.0.1 git.yetaga.in/alazyreader/go-openlibrary v0.0.1
@@ -8,7 +8,7 @@ require (
github.com/irlndts/go-discogs v0.3.6 github.com/irlndts/go-discogs v0.3.6
github.com/kelseyhightower/envconfig v1.4.0 github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/sync v0.22.0 golang.org/x/sync v0.22.0
tailscale.com v1.102.2 tailscale.com v1.102.3
) )
require ( require (
+2
View File
@@ -353,3 +353,5 @@ tailscale.com v1.102.1 h1:l5ZttM2aHXwcVsMdbQnGuLiAQCvkK8HHy0VI2yHlAys=
tailscale.com v1.102.1/go.mod h1:ynxKzc9hDxwGLHORQE0qrTH1b8NBRrIsXcnfnug/3dg= tailscale.com v1.102.1/go.mod h1:ynxKzc9hDxwGLHORQE0qrTH1b8NBRrIsXcnfnug/3dg=
tailscale.com v1.102.2 h1:K0TJMOFv0F9aJDSjM/C2uVtrwnLn+ek22c42x61FXeA= tailscale.com v1.102.2 h1:K0TJMOFv0F9aJDSjM/C2uVtrwnLn+ek22c42x61FXeA=
tailscale.com v1.102.2/go.mod h1:ynxKzc9hDxwGLHORQE0qrTH1b8NBRrIsXcnfnug/3dg= tailscale.com v1.102.2/go.mod h1:ynxKzc9hDxwGLHORQE0qrTH1b8NBRrIsXcnfnug/3dg=
tailscale.com v1.102.3 h1:M1czCAtMuIcg+2Z+FBPbJyAk3ZEQGEFKnvHthtE1c6M=
tailscale.com v1.102.3/go.mod h1:47bv91Xbg4K1p5wti7F1dmKvUVWV5BXF78d9EWJ+d6c=