Compare commits

..

5 Commits

Author SHA1 Message Date
89b715ec9a use a build cache
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-14 05:40:18 +00:00
a541745127 Merge pull request 'Update module tailscale.com to v1.94.2' (#97) from renovate/tailscale.com-1.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #97
2026-02-14 04:47:03 +00:00
c2c8e87ea3 Update module tailscale.com to v1.94.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-13 21:02:37 +00:00
63d9fc5156 Merge pull request 'Update golang Docker tag to v1.26' (#96) from renovate/golang-1.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #96
2026-02-13 15:58:59 +00:00
d0865afa9b Update golang Docker tag to v1.26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-10 22:02:11 +00:00
5 changed files with 9 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
steps:
test:
image: golang:1.25
image: golang:1.26
commands:
- go test ./...
volumes:
- go_cache:/root/.cache/go-build
build:
image: docker
commands:
@@ -21,3 +23,4 @@
branch: "master"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- go_cache:/root/.cache/go-build

View File

@@ -1,4 +1,4 @@
FROM golang:1.25
FROM golang:1.26
WORKDIR /src
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -o server ./cmd/serve

View File

@@ -1,7 +1,7 @@
version: "3.8"
services:
mysql:
image: mysql:9.6
image: mysql:9.5
ports:
- 3306:3306
environment:

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/irlndts/go-discogs v0.3.6
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/sync v0.19.0
tailscale.com v1.94.1
tailscale.com v1.94.2
)
require (

2
go.sum
View File

@@ -332,3 +332,5 @@ tailscale.com v1.94.0 h1:5oW3SF35aU9ekHDhP2J4CHewnA2NxE7SRilDB2pVjaA=
tailscale.com v1.94.0/go.mod h1:gLnVrEOP32GWvroaAHHGhjSGMPJ1i4DvqNwEg+Yuov4=
tailscale.com v1.94.1 h1:0dAst/ozTuFkgmxZULc3oNwR9+qPIt5ucvzH7kaM0Jw=
tailscale.com v1.94.1/go.mod h1:gLnVrEOP32GWvroaAHHGhjSGMPJ1i4DvqNwEg+Yuov4=
tailscale.com v1.94.2 h1:H+0NYSG81K1RBXnh6FfWee9G1KEeX9pvYspPrVdIfII=
tailscale.com v1.94.2/go.mod h1:gLnVrEOP32GWvroaAHHGhjSGMPJ1i4DvqNwEg+Yuov4=