Compare commits

..
3 Commits
Author SHA1 Message Date
alazyreader 9bd705d7a1 Merge pull request 'Update golang Docker tag to v1.27' (#84) from renovate/golang-1.x into main
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #84
2026-08-20 04:28:20 +00:00
alazyreader f3957ea81a upgrade gomod
ci/woodpecker/push/woodpecker Pipeline was successful
2026-08-19 23:51:15 -04:00
renovate 455d4df13e Update golang Docker tag to v1.27
ci/woodpecker/push/woodpecker Pipeline was successful
2026-08-19 20:02:04 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
steps:
test:
image: golang:1.26
image: golang:1.27
environment:
CGO_ENABLED: 0
GOOS: linux
@@ -10,7 +10,7 @@ steps:
- 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/ts-docker-proxy
go 1.26.5
go 1.27.0
require tailscale.com v1.102.2