# Merge pull request #16 from entireio/soph/go-1-26-2

`82f09b2`→[main](/content/gh/entireio/git-sync/commits/main/index.html)·

Soph·2mo ago·2 files·+2 added/-2 removed

## Changes

2

- Mgo.mod+1/-1

- Mmise.toml+1/-1

```
1
2
3
3
4
5
6

module entire.io/entire/git-sync

go 1.25.2
go 1.26.2

require (
	github.com/go-git/go-billy/v6 v6.0.0-20260410103409-85b6241850b5
```

Mgo.mod+1/-1

```
1
2
3
3
4
5
6

[tools]
# Please also keep the version aligned in the go.mod file
go = { version = '1.25.2', postinstall = "go install github.com/go-delve/delve/cmd/dlv@latest && go install gotest.tools/gotestsum@latest" }
go = { version = '1.26.2', postinstall = "go install github.com/go-delve/delve/cmd/dlv@latest && go install gotest.tools/gotestsum@latest" }
golangci-lint = '2.11.4'
shellcheck = 'latest'
```

Mmise.toml+1/-1
