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
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
steps:
test:
image: golang:1.26
image: golang:1.27
commands:
- go test ./...
volumes:
- go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod
build:
image: golang:1.26
image: golang:1.27
environment:
CGO_ENABLED: 0
GOOS: linux
+1 -1
View File
@@ -1,6 +1,6 @@
module git.yetaga.in/alazyreader/library
go 1.26.6
go 1.27.0
require (
git.yetaga.in/alazyreader/go-openlibrary v0.0.1