Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26.4"
go-version: "1.27.0"

- run: go mod download
- run: go mod verify
- run: go install tool

- uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4
version: v2.13.1

tests:
name: tests-${{ matrix.os }}
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26.4"
go-version: "1.27.0"

- run: go mod download

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.26.4"
go-version: "1.27.0"

- name: Set up QEMU for cross-compilation of Docker images
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26.4"
go-version: "1.27.0"

- run: go mod download

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.26.4"
go-version: "1.27.0"

- name: Set up QEMU for cross-compilation of Docker images
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Thanks for your interest in improving any-sync-bundle! This document explains ho

### Prerequisites

- Go 1.26.4 or later
- Go 1.27.0 or later
- Docker (optional, for testing with containers)
- golangci-lint (for linting)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Stage: Initial bin build
#
FROM --platform=$BUILDPLATFORM golang:1.26.4-alpine AS stage-bin
FROM --platform=$BUILDPLATFORM golang:1.27.0-alpine AS stage-bin
WORKDIR /app

# Use mount cache for dependencies
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
...
}:
let
goPackage = pkgs.go;
goPackage = pkgs.go_1_27;

commit = self.rev or "dirty";
date = self.lastModifiedDate or "1970-01-01T00:00:00Z";
Expand All @@ -47,7 +47,7 @@

src = ./.;

vendorHash = "sha256-zdmDItdWo76+wluHRz3hqG4IQsXaYnRtUpT0EleRsew=";
vendorHash = "sha256-kvHW28uTsBi71ZrgS/Obr4WaD3RDQPpU7ZODkPZExOE=";

env.CGO_ENABLED = 0;

Expand Down
62 changes: 29 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
module github.com/grishy/any-sync-bundle

go 1.26.4
go 1.27.0

tool github.com/matryer/moq

// Source: https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/
// Current timestamp: "1784291832"
// Any-Sync versions: https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/
// Timestamp: "1787077180"
require (
github.com/anyproto/any-sync-consensusnode v0.12.0
github.com/anyproto/any-sync-coordinator v0.12.0
github.com/anyproto/any-sync-filenode v0.12.0
github.com/anyproto/any-sync-node v0.12.1
)

require (
github.com/anyproto/any-sync v0.12.15
github.com/anyproto/any-sync v0.13.1
github.com/anyproto/any-sync-consensusnode v0.13.0
github.com/anyproto/any-sync-coordinator v0.13.0
github.com/anyproto/any-sync-filenode v0.13.0
github.com/anyproto/any-sync-node v0.13.1
github.com/dgraph-io/badger/v4 v4.9.1
github.com/ipfs/go-block-format v0.2.3
github.com/ipfs/go-cid v0.6.1
github.com/ipfs/go-block-format v0.2.4
github.com/ipfs/go-cid v0.6.2
github.com/multiformats/go-multihash v0.2.3
github.com/redis/go-redis/v9 v9.21.0
github.com/stretchr/testify v1.11.1
Expand Down Expand Up @@ -50,7 +47,7 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cheggaaa/mb/v3 v3.0.2 // indirect
github.com/cheggaaa/mb/v3 v3.0.3 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
Expand Down Expand Up @@ -87,13 +84,13 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
github.com/huandu/skiplist v1.2.1 // indirect
github.com/ipfs/boxo v0.41.0 // indirect
github.com/ipfs/boxo v0.42.1 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.19.1 // indirect
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-libp2p v0.48.0 // indirect
github.com/libp2p/go-libp2p v0.49.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.10 // indirect
github.com/matryer/moq v0.7.1 // indirect
Expand Down Expand Up @@ -125,13 +122,13 @@ require (
github.com/planetscale/vtprotobuf v0.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_golang v1.24.1 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/prometheus/common v0.70.1 // indirect
github.com/prometheus/procfs v0.21.1 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.60.0 // indirect
github.com/quic-go/webtransport-go v0.11.0 // indirect
github.com/quic-go/quic-go v0.61.0 // indirect
github.com/quic-go/webtransport-go v0.12.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
Expand All @@ -150,23 +147,22 @@ require (
github.com/zeebo/blake3 v0.2.4 // indirect
github.com/zeebo/errs v1.3.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/exp v0.0.0-20260603202125-055de637280b // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/time v0.15.0 // indirect
golang.org/x/tools v0.47.0 // indirect
golang.org/x/tools v0.48.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
modernc.org/libc v1.66.8 // indirect
Expand Down
Loading
Loading